# 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 = "ruler" version = "0.1.6" authors = ["Peterson Trethewey "] description = "A straight-forward, general-purpose build tool" homepage = "https://rulerbuild.com" readme = "README.md" license = "MIT" repository = "https://github.com/2-complex/ruler" [dependencies.base64] version = "0.12.3" [dependencies.bincode] version = "1.3.1" [dependencies.clap] version = "2.33.1" [dependencies.execute] version = "0.2.8" [dependencies.lipsum] version = "0.7.0" [dependencies.multimap] version = "0.8.1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.termcolor] version = "1" [dependencies.toml] version = "0.5.6"