summaryrefslogtreecommitdiff
path: root/bzipper/Cargo.toml
blob: 28fae76baf73c1337327794f5272c964ed4f97e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name          = "bzipper"
version       = "0.7.0"
edition       = "2021"
rust-version  = "1.81"
documentation = "https://docs.rs/bzipper/"

authors.workspace     = true
description.workspace = true
readme.workspace      = true
homepage.workspace    = true
repository.workspace  = true
license.workspace     = true

[package.metadata.docs.rs]
all-features = true

[features]
default = ["alloc", "std"]

alloc = []
std   = []

[dependencies]
bzipper_macros = { path = "../bzipper_macros", version = "0.7.0"}

[lints]
workspace = true