# 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.81.0" name = "devscripts" version = "0.1.0-alpha.2" authors = ["einfachIrgendwer0815"] build = false exclude = [ "*", "!src/**", "!completions/**", "!LICENSE*", "!NOTICE", "!README", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Run path-specific (shell) scripts without the need to modify `PATH`." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/einfachIrgendwer0815/devscripts" [package.metadata.docs.rs] features = [ "docsrs", "serde", ] no-default-features = true [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "devscripts" path = "src/lib.rs" [[bin]] name = "dev" path = "src/bin/dev/main.rs" required-features = ["application"] [dependencies.anyhow] version = "1.0.89" optional = true [dependencies.clap] version = "4.5.17" features = ["cargo"] optional = true [dependencies.figment] version = "0.10.19" features = [ "env", "toml", ] optional = true [dependencies.git-version] version = "0.3.9" optional = true [dependencies.git2] version = "0.19.0" features = ["vendored-libgit2"] default-features = false [dependencies.home] version = "0.5.9" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [features] application = [ "clap", "anyhow", "serde", "git-version", ] default = ["application"] docsrs = [] serde = [ "dep:serde", "dep:figment", ]