# 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 = "bincode" version = "2.0.0-rc.3" authors = [ "Ty Overby ", "Zoey Riordan ", "Victor Koenders ", ] exclude = [ "logo.svg", "examples/*", ".gitignore", ".github/", ] publish = true description = "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!" documentation = "https://docs.rs/bincode" readme = "./readme.md" keywords = [ "binary", "encode", "decode", "serialize", "deserialize", ] categories = [ "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/bincode-org/bincode" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] lto = true codegen-units = 1 debug = 1 [[bench]] name = "varint" harness = false [[bench]] name = "inline" harness = false [[bench]] name = "string" harness = false [dependencies.bincode_derive] version = "2.0.0-rc.3" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.bincode_1] version = "1.3" package = "bincode" [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.glam] version = "0.21" features = ["serde"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" default-features = false [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.uuid] version = "1.1" features = ["serde"] [features] alloc = ["serde?/alloc"] default = [ "std", "derive", ] derive = ["bincode_derive"] std = [ "alloc", "serde?/std", ]