1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.37" 15name = "pin-project-internal" 16version = "1.0.12" 17description = """ 18Implementation detail of the `pin-project` crate. 19""" 20keywords = [ 21 "pin", 22 "macros", 23 "attribute", 24] 25categories = [ 26 "no-std", 27 "rust-patterns", 28] 29license = "Apache-2.0 OR MIT" 30repository = "https://github.com/taiki-e/pin-project" 31 32[package.metadata.docs.rs] 33targets = ["x86_64-unknown-linux-gnu"] 34 35[lib] 36proc-macro = true 37 38[dependencies.proc-macro2] 39version = "1" 40 41[dependencies.quote] 42version = "1" 43 44[dependencies.syn] 45version = "1.0.56" 46features = [ 47 "full", 48 "visit-mut", 49] 50 51[dev-dependencies] 52