# 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 = "structural" version = "0.4.3" authors = ["rodrimati1992 "] include = ["Cargo.toml", "src/**/*.rs", "../readme.md", "../APACHE_license", "../MIT_license"] description = "Field accessor traits,and emulation of structural types." documentation = "https://docs.rs/structural/" readme = "../readme.md" keywords = ["data-structures"] categories = ["data-structures", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/rodrimati1992/structural_crates/" [dependencies.core_extensions] version = "0.1.16" features = ["colltraits"] default_features = false [dependencies.structural_derive] version = "=0.4.3" [build-dependencies.rustc_version] version = "0.2.3" [features] all = ["std", "hide_reexports", "for_examples", "nightly_specialization", "nightly_use_const_str", "nightly_impl_fields"] alloc = ["core_extensions/alloc"] default = ["std"] disable_const_str = ["structural_derive/disable_const_str"] for_examples = [] hide_reexports = [] impl_fields = ["structural_derive/impl_fields"] nightly_impl_fields = ["impl_fields"] nightly_specialization = ["specialization"] nightly_use_const_str = ["use_const_str"] specialization = [] std = ["alloc"] test_all = ["all", "testing"] testing = ["structural_derive/test_asserts", "for_examples"] use_const_str = ["structural_derive/use_const_str"] [badges.travis-ci] repository = "rodrimati1992/structural_crates/"