# 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 = "clams" version = "0.0.16" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "Clams help building shells" readme = "README.md" keywords = ["shell", "cli"] license = "MIT" repository = "https://github.com/lukaspustina/clams.git" [dependencies.clams-derive] version = "^0.0.6" [dependencies.colored] version = "^1.6" [dependencies.error-chain] version = "^0.12" [dependencies.fern] version = "^0.5" features = ["colored"] [dependencies.indicatif] version = "^0.9" [dependencies.log] version = "^0.4" [dependencies.subprocess] version = "^0.1" [dependencies.tail] version = "^0.3" [dependencies.toml] version = "^0.5" [dev-dependencies.quickcheck] version = "^0.6" [dev-dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.spectral] version = "^0.6" [badges.codecov] branch = "master" repository = "lukaspustina/clams" service = "github" [badges.travis-ci] branch = "master" repository = "lukaspustina/clams"