[package] name = "transporter" version = "0.1.1" authors = ["Michel Smola "] license = "MIT" edition = "2018" description = "A code generator for type-safe APIs" repository = "https://gitlab.com/smolamic/transporter/" keywords = ["cli", "codegen"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.15" toml = "0.5.6" serde = { version = "1.0", features = ["derive"] } maplit = "1.0.2" Inflector = "0.11.4" typed-builder = "0.6"