# 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 = "pipe-drop" version = "0.0.0" authors = ["khai96_ "] include = ["/src", "/doc", "/Cargo.toml", "/README.md", "/LICENSE.md"] description = "Get a reference to an object, do something with the reference, and then drop the object" documentation = "https://docs.rs/pipe-drop" readme = "README.md" keywords = ["drop", "trait", "chain"] categories = ["no-std", "rust-patterns"] license = "MIT" repository = "https://github.com/KSXGitHub/pipe-drop.git" [dev-dependencies.clap] version = "^3.0.10" features = ["derive"] [dev-dependencies.lazy_static] version = "^1.4.0"