# 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 = "cargo-rx" version = "0.3.0" authors = ["Ritvik Nag "] description = "A simple fuzzy finder that allows you to search and run examples from the command line. It comes with the `rx` command." homepage = "https://github.com/rnag/cargo-rx" documentation = "https://docs.rs/cargo-rx" readme = "README.md" keywords = [ "examples", "run-example", "cargo", "subcommand", "cli", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/rnag/cargo-rx" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [profile.release] strip = "symbols" [[bin]] name = "rx" path = "src/main.rs" [[example]] name = "logging" required-features = [ "__feature-1", "__feature-2", ] [[example]] name = "path-1" path = "examples/custom_path/one.rs" [[example]] name = "path-2" path = "examples/custom_path/two.rs" [[example]] name = "hello_world" path = "./examples/hey_world.rs" [dependencies.cargo-options] version = "0.1.3" [dependencies.cargo_toml] version = "0.11.5" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.colored] version = "2" [dependencies.home] version = "0.5.3" [dependencies.path-absolutize] version = "3.0.12" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.shellwords] version = "1.1.0" [dependencies.toml] version = "0.5.8" [dev-dependencies.clap] version = "^3.1" features = ["derive"] [dev-dependencies.log] version = "^0.4" [dev-dependencies.sensible-env-logger] version = "^0.2" [dev-dependencies.version-sync] version = "^0.9" [features] __feature-1 = [] __feature-2 = [] [target."cfg(not(target_family=\"windows\"))".dependencies.skim] version = "0.9.4"