atelier_lib 0.2.3

Rust native primary client library for the AWS Smithy IDL.
Documentation
[dependencies.atelier_core]
version = "~0.2"

[dependencies.atelier_describe]
optional = true
version = "~0.1"

[dependencies.atelier_json]
optional = true
version = "~0.2"

[dependencies.atelier_openapi]
optional = true
version = "~0.1"

[dependencies.atelier_rdf]
optional = true
version = "~0.1"

[dependencies.atelier_smithy]
optional = true
version = "~0.2"

[dependencies.regex]
version = "1.3.9"

[features]
default = ["describe", "json", "smithy"]
describe = ["atelier_describe"]
graphml = []
json = ["atelier_json"]
openapi = ["atelier_openapi"]
rdf = ["atelier_rdf"]
smithy = ["atelier_smithy"]
uml = []

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