# 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] edition = "2018" name = "type_hash" version = "0.3.0" authors = ["Peter Hall "] description = "Generate a hash for a Rust type.\n\nThe primary use-case for this crate is for detecting differences in message\ntypes between versions of a crate.\n\nThe `TypeHash` trait is implemented for most built-in types and a derive macro\nis provided, for implementing it for your own types.\n" homepage = "https://github.com/peterjoel/type_hash" documentation = "https://docs.rs/type_hash" keywords = ["type", "struct", "hash", "macro"] categories = ["data-structures", "rust-patterns"] license = "MIT" repository = "https://github.com/peterjoel/type_hash" [dependencies.type_hash_core] version = "=0.2.0" [dependencies.type_hash_macros] version = "=0.3.0"