# 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] name = "rapid" version = "0.0.1" authors = ["Marcin Sas-Szymanski "] description = "Rapid console application development" documentation = "https://docs.rs/rapid" readme = "README.md" keywords = ["rapid", "console", "application", "development"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/synek317/rapid" [dependencies.slog] version = "2.0.12" [dependencies.slog-scope] version = "4.0.0" [dependencies.serde] version = "1.0.20" [dependencies.failure_derive] version = "0.1.0" [dependencies.lazy_static] version = "0.2.9" [dependencies.failure] version = "0.1.0" [dependencies.serde_derive] version = "1.0.20" [dependencies.docopt] version = "0.8.1" [dependencies.log] version = "0.3.8" [dependencies.slog-stdlog] version = "3.0.2" [dependencies.time] version = "0.1.38" [dependencies.derive_builder] version = "0.5.0" [dependencies.slog-term] version = "2.3.0" [dependencies.slog-async] version = "2.1.0" [dev-dependencies.regex] version = "0.2.2" [dev-dependencies.test-case-derive] version = "0.1.5" [badges.travis-ci] branch = "master" repository = "synek317/rapid" [badges.maintenance] status = "actively-developed"