# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lavish-compiler" version = "0.4.0" authors = ["Amos Wenger "] description = "Compiler for the Lavish IDL" readme = "README.md" keywords = ["rpc", "msgpack", "ipc", "lavish"] categories = ["network-programming", "encoding", "command-line-utilities"] license = "MIT" repository = "https://github.com/lavish-lang/lavish-compiler" [[bin]] name = "lavish" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.colored] version = "1.8.0" [dependencies.env_logger] version = "0.6.1" [dependencies.heck] version = "0.3.1" [dependencies.indexmap] version = "1.0.2" [dependencies.log] version = "0.4.6" [dependencies.nom] version = "5.0.0" [dependencies.simple-error] version = "0.2.0" [dev-dependencies.netbuf] version = "0.4.1" [dev-dependencies.strip-ansi-escapes] version = "0.1.0" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "lavish-lang/lavish-compiler"