# 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 = "lowkey" version = "0.1.1" authors = ["Remo Senekowitsch "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A delightful, local-first CI system." readme = "README.md" keywords = [ "continuous", "integration", ] categories = [ "command-line-utilities", "development-tools::testing", ] license = "Unlicense" repository = "https://github.com/senekor/lowkey" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "lowkey" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.12"