# 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] name = "bincode-no-std" version = "1.0.0" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen", "Heyang Zhou "] exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"] publish = true description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!" documentation = "https://docs.rs/bincode-no-std" readme = "./readme.md" keywords = ["binary", "encode", "decode", "serialize", "deserialize"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/losfair/bincode" [dependencies.byteorder] version = "1.2.0" default-features = false [dependencies.core_io] version = "0.1.20180307" features = ["collections"] [dependencies.serde] version = "^1.0.27" features = ["alloc"] default-features = false [dev-dependencies.serde_bytes] version = "^0.10.3" default-features = false [dev-dependencies.serde_derive] version = "^1.0.27" default-features = false