# 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 = "abi_stable_derive_lib" version = "0.6.2" authors = ["rodrimati1992 "] include = ["Cargo.toml", "src/**/*.rs", "../APACHE_license", "../MIT_license"] description = "Implementation detail of abi_stable." documentation = "https://docs.rs/abi_stable/" keywords = ["ffi", "data-structures"] categories = ["data-structures", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/rodrimati1992/abi_stable_crates/" [dependencies.abi_stable_shared] version = "0.6" [dependencies.arrayvec] version = "0.4" [dependencies.core_extensions] version = "0.1" features = ["std"] default_features = false [dependencies.proc-macro2] version = "0.4" [dependencies.quote] version = "0.6.11" [dependencies.syn] version = "0.15" features = ["full", "extra-traits", "visit", "visit-mut"] [dependencies.typed-arena] version = "1.4"