# 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 = "imperfect" version = "0.0.1" authors = ["superwhiskers "] build = "build.rs" autobins = false description = "one package manager to rule them all, for real this time" homepage = "https://github.com/superwhiskers/imperfect" documentation = "https://docs.rs/imperfect/" license = "LGPL-3.0" repository = "https://github.com/superwhiskers/imperfect" [lib] name = "imperfect" path = "src/lib.rs" test = true doctest = true bench = true doc = true [[bin]] name = "i" path = "src/command/main.rs" [[bin]] name = "imperfectd" path = "src/daemon/main.rs" [[bin]] name = "init" path = "src/init/main.rs" [[bin]] name = "imperfectk" path = "src/kernel/main.rs" [dependencies]