# 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 = "store" version = "0.1.0-alpha.3" authors = ["Richard Berry "] include = ["Cargo.toml", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"] description = "A dead simple binary (de)serializer" keywords = ["serialization", "no_std"] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/rjsberry/store" [dependencies.byteio] version = "0.2" default-features = false [dependencies.nano-leb128] version = "0.1" features = ["byteio_ext"] default-features = false [dependencies.serde] version = "1.0" default-features = false [dev-dependencies.quickcheck] version = "0.8" default-features = false [dev-dependencies.quickcheck_macros] version = "0.8" [dev-dependencies.serde_derive] version = "1.0" [features] alloc = ["byteio/alloc", "serde/alloc"] default = ["std"] std = ["byteio/std", "nano-leb128/std", "serde/std"]