# 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 = "aliasable_deref_trait" version = "1.0.0" authors = ["avitex "] include = ["src/**/*", "README.md", "CHANGELOG.md", "LICENSE", "Cargo.toml"] description = "Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer" homepage = "https://github.com/avitex/rust-aliasable-deref-trait" documentation = "https://docs.rs/aliasable_deref_trait" readme = "README.md" keywords = ["aliasable", "deref", "trait"] categories = ["memory-management", "no-std"] license = "MIT" repository = "https://github.com/avitex/rust-aliasable-deref-trait" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] alloc = [] default = ["std"] std = ["alloc"]