# 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_derive" version = "2.0.0-rc.3" authors = [ "Zoey Riordan ", "Victor Koenders ", ] description = "Implementation of #[derive(Encode, Decode)] for bincode" documentation = "https://docs.rs/bincode_derive" readme = "./readme.md" keywords = [ "binary", "encode", "decode", "serialize", "deserialize", ] categories = [ "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/bincode-org/bincode" [lib] proc-macro = true [dependencies.virtue] version = "0.0.13"