# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "elko" version = "0.1.11" authors = ["clearloop"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zink package manager." homepage = "https://github.com/clearloop/zink" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/clearloop/zink.git" [lib] name = "elko" path = "src/lib.rs" [[bin]] name = "elko" path = "src/bin/elko.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.ccli] version = "0.0.1" [dependencies.colored] version = "2.1.0" [dependencies.etc] version = "0.1.19" [dependencies.semver] version = "1.0.21" [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.56" [dependencies.toml] version = "0.8.9" [dependencies.tracing] version = "0.1.40" [dependencies.zinkc] version = "0.1.11" features = ["cli"]