cargo-rx 0.3.0

A simple fuzzy finder that allows you to search and run examples from the command line. It comes with the `rx` command.
Documentation
[[bin]]
name = "rx"
path = "src/main.rs"

[dependencies.cargo-options]
version = "0.1.3"

[dependencies.cargo_toml]
version = "0.11.5"

[dependencies.clap]
features = ["derive"]
version = "3.1.6"

[dependencies.colored]
version = "2"

[dependencies.home]
version = "0.5.3"

[dependencies.path-absolutize]
version = "3.0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.shellwords]
version = "1.1.0"

[dependencies.toml]
version = "0.5.8"

[dev-dependencies.clap]
features = ["derive"]
version = "^3.1"

[dev-dependencies.log]
version = "^0.4"

[dev-dependencies.sensible-env-logger]
version = "^0.2"

[dev-dependencies.version-sync]
version = "^0.9"

[[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"

[features]
__feature-1 = []
__feature-2 = []

[package]
authors = ["Ritvik Nag <rv.kvetch@gmail.com>"]
categories = ["development-tools", "development-tools::cargo-plugins"]
description = "A simple fuzzy finder that allows you to search and run examples from the command line. It comes with the `rx` command."
documentation = "https://docs.rs/cargo-rx"
edition = "2021"
homepage = "https://github.com/rnag/cargo-rx"
keywords = ["examples", "run-example", "cargo", "subcommand", "cli"]
license = "MIT"
name = "cargo-rx"
readme = "README.md"
repository = "https://github.com/rnag/cargo-rx"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

[profile.release]
strip = "symbols"

[target.'cfg(not(target_family="windows"))'.dependencies.skim]
version = "0.9.4"