# 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.79" name = "command_runner" version = "0.1.4" description = "A library for running system commands" documentation = "https://docs.rs/command_runner" readme = "README.md" keywords = [ "command", "runner", "system", "interactive", "cross-platform", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/dbsxdbsx/command_runner" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = "debuginfo" [lib] crate-type = [ "rlib", "cdylib", "staticlib", ] [dependencies.anyhow] version = "1" [dependencies.encoding_rs] version = "0.8" [dev-dependencies] [features]