# 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 = "compact_bytes" version = "0.1.3" authors = ["Parker Timmerman "] description = "A memory efficient bytes container that transparently stores bytes on the stack, when possible" homepage = "https://github.com/ParkMyCar/compact_bytes" readme = "README.md" keywords = [ "bytes", "compact", "small", "memory", "mutable", ] categories = [ "encoding", "parsing", "memory-management", "text-processing", ] license = "MIT/Apache-2.0" repository = "https://github.com/ParkMyCar/compact_bytes" [dependencies.serde] version = "1" [dependencies.static_assertions] version = "1" [dev-dependencies.bitcode] version = "0.6.0" features = ["serde"] [dev-dependencies.proptest] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.test-case] version = "3" [dev-dependencies.test-strategy] version = "0.3"