@@ -8,39 +8,39 @@ documentation = "https://docs.rs/brotli/"
8
8
homepage = " https://github.com/dropbox/rust-brotli"
9
9
repository = " https://github.com/dropbox/rust-brotli"
10
10
keywords = [" brotli" , " decompression" , " lz77" , " huffman" , " nostd" ]
11
+ categories = [" compression" , " no-std" ]
11
12
readme = " README.md"
12
13
autobins = false
13
14
14
15
[[bin ]]
15
16
doc = false
16
17
name = " brotli"
17
18
18
-
19
-
20
19
[[bin ]]
21
20
doc = false
22
21
name = " catbrotli"
23
22
24
23
[profile .release ]
25
- lto = true
26
- incremental = false
24
+ lto = true
25
+ incremental = false
27
26
28
27
[dependencies ]
29
- "alloc-no-stdlib" = {version =" 2.0" }
30
- "brotli-decompressor" = {version =" ~2.5" , default-features =false }
31
- "alloc-stdlib" = {version =" ~0.2" , optional =true }
32
- # Uncomment once this packed_simd "packed_simd_2" = {version="0.3", optional=true}
33
- "sha2" = {version =" ~0.10" , optional =true }
28
+ "alloc-no-stdlib" = { version = " 2.0" }
29
+ "alloc-stdlib" = { version = " ~0.2" , optional = true }
30
+ "brotli-decompressor" = { version = " ~2.5" , default-features = false }
31
+ "sha2" = { version = " ~0.10" , optional = true }
32
+ # Uncomment once this packed_simd
33
+ # "packed_simd_2" = {version="0.3", optional=true}
34
34
35
35
[features ]
36
- default =[" std" , " ffi-api" ]
37
- validation =[" sha2" ]
36
+ default = [" std" , " ffi-api" ]
37
+ benchmark = [" brotli-decompressor/benchmark" ]
38
+ disable-timer = [" brotli-decompressor/disable-timer" ]
39
+ external-literal-probability = []
40
+ ffi-api = []
41
+ pass-through-ffi-panics = []
38
42
seccomp = [" brotli-decompressor/seccomp" ]
39
43
std = [" alloc-stdlib" , " brotli-decompressor/std" ]
40
- external-literal-probability = []
41
- disable-timer = [" brotli-decompressor/disable-timer" ]
42
- benchmark = [" brotli-decompressor/benchmark" ]
44
+ validation = [" sha2" ]
43
45
vector_scratch_space = []
44
- # simd = ["packed_simd_2/into_bits"]
45
- pass-through-ffi-panics = []
46
- ffi-api = []
46
+ # simd = ["packed_simd_2/into_bits"]
0 commit comments