# 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 = "2018" name = "projecture" version = "0.0.4" authors = ["Konstantin Anisimov "] description = "Easy arbitrary type projections without proc macros" homepage = "https://github.com/rrevenantt/projecture" documentation = "https://docs.rs/projecture" readme = "README.md" keywords = [ "project", "projection", "pin", "cell", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/rrevenantt/projecture" [dependencies.atomic] version = "0.5.1" optional = true default-features = false [dependencies.macro_rules_attribute] version = "0.1" optional = true [dev-dependencies.backtrace] version = "0.3.65" [features] default = ["std"] nightly = [] std = []