[dependencies.atelier_core]
version = "0.1.4"
[dependencies.atelier_json]
optional = true
version = "0.1.2"
[dependencies.atelier_openapi]
optional = true
version = "0.1.0"
[dependencies.atelier_smithy]
optional = true
version = "0.1.2"
[features]
default = ["smithy"]
json = ["atelier_json"]
openapi = ["atelier_openapi"]
smithy = ["atelier_smithy"]
[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.1.4"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]