# 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 = "pointer-identity" version = "0.1.1" authors = ["Patrick Elsen"] description = "Wrapper type to treat the pointer address of types as identity rather than the value" readme = "README.md" keywords = [ "pointer", "identity", "equality", "address", "values", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/xfbs/pointer-identity" [[bench]] name = "benches" harness = false [dependencies.bytes] version = "1.5.0" optional = true [dependencies.serde] version = "1.0.192" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-strategy] version = "0.3.1" [features] bytes = ["dep:bytes"] default = [] serde = ["dep:serde"]