as_derive_utils 0.11.0

private derive utilities used by abi_stable and structural.
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.61.0"
name = "as_derive_utils"
version = "0.11.0"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "APACHE_license",
    "MIT_license",
]
description = "private derive utilities used by abi_stable and structural."
keywords = []
categories = []
license = "MIT/Apache-2.0"
repository = "https://github.com/rodrimati1992/abi_stable_crates/"
resolver = "1"

[dependencies.aho-corasick]
version = "0.7.18"
optional = true

[dependencies.bitflags]
version = "1.3.2"
optional = true

[dependencies.core_extensions]
version = "1.5.2"
features = [
    "std",
    "self_ops",
    "type_level_bool",
]
default_features = false

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

[dependencies.quote]
version = "1.0.15"

[dependencies.regex]
version = "1.5.5"
optional = true

[dependencies.ron]
version = "0.7.0"
optional = true

[dependencies.serde]
version = "1.0.136"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.serde_derive]
version = "1.0.136"
optional = true

[dependencies.syn]
version = "1.0.86"
features = ["extra-traits"]

[features]
testing = [
    "serde",
    "serde_derive",
    "ron",
    "bitflags",
    "regex",
    "aho-corasick",
]