# 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 = "velcro_core" version = "0.5.4" authors = ["Peter Hall "] description = """ Core dependencies used by the `velcro` crate. See `velcro` for documentation. It is not advised to depend on this crate directly; it is an internal dependency of `velcro` and may be subject to breaking changes. """ homepage = "https://github.com/peterjoel/velcro" documentation = "https://docs.rs/velcro/latest/velcro" keywords = [] categories = [ "data-structures", "rust-patterns", ] license = "Unlicense OR MIT" repository = "https://github.com/peterjoel/velcro" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [dev-dependencies.syn] version = "1" features = ["extra-traits"]