atelier_smithy 0.1.4

Rust native Smithy language format for the AWS Smithy IDL.
Documentation
[dependencies.atelier_core]
version = "0.1.4"

[dependencies.pest]
version = "2.1.3"

[dependencies.pest_ascii_tree]
optional = true
version = "0.1.0"

[dependencies.pest_derive]
version = "2.1.0"

[features]
debug = ["pest_ascii_tree"]
default = ["debug"]

[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
description = "Rust native Smithy language format for the AWS Smithy IDL."
documentation = "https://docs.rs/atelier_smithy/"
edition = "2018"
license = "MIT"
name = "atelier_smithy"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-atelier.git"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]