# 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 = "cicero" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Automate CI builds with the cargo-xtask pattern." readme = "README.md" license = "Apache-2.0" repository = "https://codeberg.org/trem/cicero/" [lib] name = "cicero" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.cicero_commands] version = "0.1.0" [dependencies.cicero_core] version = "0.1.0" [dependencies.cicero_distribution] version = "0.1.0" optional = true [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [features] commands = [] task_check = ["commands"] unstable_distribution = ["dep:cicero_distribution"]