# 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.69" name = "byteserde_types" version = "0.6.2" authors = ["Softstream "] description = "A procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance" readme = "readme.md" keywords = [ "serde", "bytes", "serialization", "derive", ] categories = ["encoding"] license-file = "LICENSE" repository = "https://github.com/softstream-link/byteserde" [dependencies.byteserde] version = "0.6.2" [dependencies.byteserde_derive] version = "0.6.2" [dependencies.serde] version = "1.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [dev-dependencies.serde_json] version = "1.0"