# 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 = "guard-trait" version = "0.4.1" authors = ["4lDO2 <4lDO2@protonmail.com>"] exclude = ["target"] description = "Contains fundamental wrappers for pointer types that can safely be shared in memory-sharing completion-based I/O interfaces" documentation = "https://docs.rs/guard-trait" readme = "README.md" keywords = ["memory-management", "io_uring"] categories = ["memory-management", "no-std"] license = "MIT" repository = "https://github.com/4lDO2/guard-trait-rs" [dependencies.stable_deref_trait] version = "1.2" [features] default = ["std"] nightly = [] std = []