# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bde" version = "0.2.2" authors = ["Federico Maria Morrone "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "LICENSE-ZLIB", ] description = "B-Decoder/Encoder" documentation = "https://docs.rs/bde" readme = "README.md" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/morr0ne/bde" [dependencies.num-traits] version = "0.2.15" [dependencies.paste] version = "1.0.7" [dependencies.serde] version = "1.0.152" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.serde_bencode] version = "0.2.3" [dev-dependencies.serde_bytes] version = "0.11.8" [dev-dependencies.serde_derive] version = "1.0.152" [dev-dependencies.serde_test] version = "1.0.152" [dev-dependencies.url] version = "2.3.1" features = ["serde"]