structural_derive 0.3.0-alpha

Implementation detail of the structural crate.
Documentation
[badges.travis-ci]
repository = "rodrimati1992/structural_crates/"
[dependencies.as_derive_utils]
default-features = false
version = "0.8.1"

[dependencies.core_extensions]
default_features = false
version = "0.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"

[dependencies.typed-arena]
version = "~1.5"

[features]
disable_const_str = []
impl_fields = []
test_asserts = []
testing = ["as_derive_utils/testing"]
use_const_str = []

[lib]
proc-macro = true

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "Implementation detail of the structural crate."
documentation = "https://docs.rs/structural/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../APACHE_license", "../MIT_license"]
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "structural_derive"
repository = "https://github.com/rodrimati1992/structural_crates/"
version = "0.3.0-alpha"