molecule-codegen 0.0.1

Code generator for molecule.
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 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 = "molecule-codegen"
version = "0.0.1"
authors = ["Boyu Yang <yangby@cryptape.com>"]
description = "Code generator for molecule."
homepage = "https://github.com/yangby-cryptape/molecule"
keywords = ["molecule", "code-generation", "serialization"]
categories = ["parser-implementations", "development-tools::build-utils", "encoding", "data-structures"]
license = "MIT"
repository = "https://github.com/yangby-cryptape/molecule"
[dependencies.case]
version = "~1.0"

[dependencies.pest]
version = "~2.1"

[dependencies.pest_derive]
version = "~2.1"

[dependencies.proc-macro2]
version = "~0.4"

[dependencies.quote]
version = "~0.6"

[features]
default = ["lang-rust"]
lang-all = ["lang-rust", "lang-c"]
lang-c = []
lang-rust = []
[badges.maintenance]
status = "experimental"