# 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" rust-version = "1.65" name = "borrowme" version = "0.0.15" authors = ["John-John Tedro "] description = "The missing compound borrowing for Rust." homepage = "https://github.com/udoprog/borrowme" documentation = "https://docs.rs/borrowme" readme = "README.md" keywords = [ "borrow", "lifetime", "macros", ] categories = [ "development-tools", "no-std", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/borrowme" [dependencies.borrowme-macros] version = "=0.0.15" [dev-dependencies.serde] version = "1.0.160" features = ["derive"] [dev-dependencies.trybuild] version = "1.0.80" [features] default = ["std"] std = []