atelier_lib 0.1.1

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

[features]
default = ["smithy"]
json = ["atelier_json"]
openapi = ["atelier_openapi"]
smithy = ["atelier_smithy"]

[dependencies]
atelier_core = { version = "0.1.1", path = "../atelier-core" }
atelier_json = { version = "0.1.1", path = "../atelier-json", optional = true }
atelier_openapi = { version = "0.1.0", path = "../atelier-openapi", optional = true }
atelier_smithy = { version = "0.1.1", path = "../atelier-smithy", optional = true }