# 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.3.0" authors = ["Federico Maria Morrone "] build = false include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "B-Decoder/Encoder" documentation = "https://docs.rs/bde" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/morr0ne/bde" [lib] name = "bde" path = "src/lib.rs" [dependencies.itoa] version = "1.0.9" [dependencies.num-traits] version = "0.2.17" [dependencies.serde] version = "1.0.215" default-features = false [dependencies.thiserror] version = "2.0.3" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.serde_bytes] version = "0.11.9" [dev-dependencies.serde_derive] version = "1.0.215" [dev-dependencies.serde_test] version = "1.0.160" [dev-dependencies.url] version = "2.5.3" features = ["serde"] [features] default = ["std"] std = ["serde/std"]