# 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" rust-version = "1.56" name = "structbuf" version = "0.3.4" authors = ["Maxim Khitrov "] description = "Capacity-limited structured data buffer" readme = "README.md" keywords = [ "buffers", "data-structure", "no-std", "parser", "vec", ] categories = [ "data-structures", "encoding", "memory-management", "no-std", "parsing", ] license = "MPL-2.0" repository = "https://github.com/mxk/structbuf-rs" [dependencies.smallvec] version = "1" features = [ "const_generics", "const_new", "union", ]