summaryrefslogtreecommitdiff
path: root/bzipper/Cargo.toml
blob: 08834ff4e477bc12050dcfe24606be7dd1a24fe1 (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
[package]
name          = "bzipper"
version       = "0.5.2"
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]
alloc = []
std   = []

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

[lints]
workspace = true