# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "abin" version = "0.1.6" authors = ["cronosun "] description = "A library for working with binaries and strings. The library tries to avoid heap-allocations / memory-copy whenever possible by automatically choosing a reasonable strategy: stack for small binaries; static-lifetime-binary or reference-counting." homepage = "https://github.com/cronosun/abin/" readme = "../README.md" keywords = ["binary", "string", "small", "rc", "stack"] categories = ["data-structures", "memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/cronosun/abin/" [dependencies.serde] version = ">= 1.0.96" optional = true default-features = false [dependencies.smallvec] version = ">= 1.4" [dev-dependencies.rayon] version = ">= 1.4" [dev-dependencies.serde] version = ">= 1.0.96" features = ["derive"] [dev-dependencies.serde_cbor] version = ">= 0.11" [dev-dependencies.stats_alloc] version = ">= 0.1"