# 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 = "logix" version = "0.8.0" authors = ["Gigantos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental command-line tool for simplified and enhanced configuration management across multiple systems." readme = "README.md" categories = [ "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/logix-tool/logix" [lib] name = "logix" path = "src/lib.rs" [[bin]] name = "logix" path = "src/main.rs" [[test]] name = "calculate_status" path = "tests/calculate_status.rs" [[test]] name = "check_doc_correctness" path = "tests/check_doc_correctness.rs" [[test]] name = "helper" path = "tests/helper.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.curl] version = "0.4.47" [dependencies.flexi_logger] version = "0.29.1" [dependencies.home] version = "0.5.9" [dependencies.jiff] version = "0.1.13" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.logix-type] version = "0.11.2" [dependencies.logix-vfs] version = "0.9.1" [dependencies.owo-colors] version = "4.1.0" [dependencies.prettydiff] version = "0.7.0" [dependencies.regex] version = "1.11.0" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tempfile] version = "3.13.0" [dependencies.thiserror] version = "1.0.64" [dependencies.walkdir] version = "2.5.0" [badges.maintainance] status = "experimental"