# 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 = "librqbit-buffers" version = "4.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utils to work with &[u8] and Vec in librqbit source code." documentation = "https://docs.rs/librqbit-buffers" readme = "README.md" license = "Apache-2.0" [lib] name = "librqbit_buffers" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.clone_to_owned] version = "3" package = "librqbit-clone-to-owned" [dependencies.serde] version = "1" features = ["derive"]