# 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 = "xf" version = "0.7.0" authors = ["sigoden "] autotests = false description = "File-aware dynamic command runner" homepage = "https://github.com/sigoden/xf" keywords = ["command-line", "args", "utility"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/sigoden/xf" resolver = "2" [profile.release] opt-level = "z" lto = true strip = true [[test]] name = "integration" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.56" [dependencies.shell-words] version = "1.1.0" [dev-dependencies.assert_cmd] version = "2.0"