cargo_atelier 0.2.2

Cargo integration for the AWS Smithy IDL.
Documentation
[[bin]]
name = "cargo-atelier"
path = "src/bin/main.rs"
[dependencies.atelier_lib]
features = ["describe", "json", "openapi", "smithy", "uml"]
version = "~0.2"

[dependencies.colored]
optional = true
version = "2.0.0"

[dependencies.somedoc]
version = "0.2.5"

[dependencies.structopt]
version = "0.3.15"

[features]
color = ["colored"]
default = ["color"]

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