# 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 = "zinkup" version = "0.1.7" authors = ["clearloop"] description = "Zink toolchain" homepage = "https://github.com/clearloop/zink" documentation = "https://docs.rs/zinkup" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/clearloop/zink.git" [[bin]] name = "zinkc" required-features = ["zinkc"] [[bin]] name = "elko" required-features = ["elko"] [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.elko] version = "=0.1.7" optional = true [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.zinkc] version = "=0.1.7" optional = true [dev-dependencies.zink] version = "=0.1.7" [features] default = [ "elko", "zinkc", ] elko = ["dep:elko"] zinkc = ["dep:zinkc"]