# 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 = "bytes_to_type" version = "0.1.1" authors = ["Rinat Shaykhutdinov "] description = "A Rust library to facilitate byte conversion to specified types using macro generation." documentation = "https://docs.rs/bytes_to_type" readme = "README.md" keywords = [ "bytes", "conversion", "types", "macro", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/ri-nat/bytes_to_type" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0" [dependencies.paste] version = "1.0"