# 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" rust-version = "1.74.1" name = "ricer" version = "0.3.0" authors = ["Jason Pena "] build = "build.rs" description = "Experimental rice/dotfile manager" readme = "README.md" license = "GPL-2.0-or-later WITH GPL-CC-1.0" repository = "https://github.com/rice-configs/ricer" [lib] name = "ricer_core" doctest = false [[bin]] name = "ricer" path = "src/ricer.rs" doctest = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2" [dependencies.const_format] version = "0.2" [dependencies.directories] version = "4.0" [dependencies.env_logger] version = "0.11" [dependencies.git2] version = "0.19" [dependencies.indoc] version = "2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shadow-rs] version = "0.29" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.pretty_assertions] version = "1.4" [build-dependencies.shadow-rs] version = "0.29"