cargo-feat 0.2.0

Instantly look up available features for any crate on crates.io, directly in your terminal.
# 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 = "2024"
name = "cargo-feat"
version = "0.2.0"
build = false
exclude = [".cargo/config.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Instantly look up available features for any crate on crates.io, directly in your terminal."
readme = "README.md"
keywords = [
    "cargo",
    "crates",
    "features",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
]
license = "Apache-2.0"
repository = "https://github.com/vunholy/cargo-feat"

[[bin]]
name = "cargo-feat"
path = "src/main.rs"

[[bin]]
name = "feat"
path = "src/main.rs"

[dependencies.mimalloc]
version = "0.1.50"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.simd-json]
version = "0.17.0"

[dependencies.ureq]
version = "3"
features = [
    "rustls",
    "gzip",
]
default-features = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
incremental = false
strip = "symbols"