# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cffi-impl" version = "0.1.6" authors = ["Brendan Molloy ", "Pascal Hertleif "] description = "Safe* C FFI interface generator - macro" license = "Apache-2.0 OR MIT" repository = "https://github.com/cffi-rs/cffi" [lib] proc-macro = true [dependencies.ctor] version = "0.1.16" [dependencies.darling] version = "0.10.2" [dependencies.heck] version = "0.3" [dependencies.log] version = "0.4.11" [dependencies.phf] version = "0.7.24" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.7" [dependencies.syn] version = "1.0.44" [dev-dependencies] [build-dependencies.phf_codegen] version = "0.7.24" [build-dependencies.proc-macro2] version = "1.0.4" [build-dependencies.quote] version = "1.0.2" [build-dependencies.syn] version = "1.0.5" features = ["full", "extra-traits"]