# 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 = "projections" version = "0.2.0" include = [ "Cargo.toml", "src/", "examples/", "README.md", ] description = "Macro-free pin projections because why not?" homepage = "https://github.com/ardaku/projections/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/projections" readme = "README.md" keywords = [ "pin", "lite", "projection", "safe", "macroless", ] categories = [ "asynchronous", "no-std", "rust-patterns", "data-structures", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/projections/" resolver = "2" [dependencies]