# 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 = "reups" version = "0.3.0" authors = ["Nate Lust "] description = "A clean implementation of the eups package management system in rust" readme = "README.md" categories = ["development-tools"] license = "MPL-2.0" repository = "https://github.com/natelust/reups" [lib] name = "reups_lib" path = "src/lib.rs" [[bin]] name = "reups" path = "src/main.rs" [dependencies.clap] version = "2.32.0" [dependencies.dirs] version = "1.0.4" [dependencies.fnv] version = "1.0.6" [dependencies.lazy_static] version = "1.2.0" [dependencies.log] version = "0.4" features = ["std", "serde"] [dependencies.petgraph] version = "0.4.13" [dependencies.preferences] version = "^1.1.0" [dependencies.regex] version = "0.2"