rust-meth 0.1.1

Print all methods available on any Rust type, powered by rust-analyzer
# 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 = "rust-meth"
version = "0.1.1"
build = false
exclude = [
    ".github",
    "*.gif",
    "*.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Print all methods available on any Rust type, powered by rust-analyzer"
homepage = "https://github.com/saylesss88/rust-meth"
documentation = "https://docs.rs/rust-meth"
readme = "README.md"
keywords = [
    "rust-analyzer",
    "lsp",
    "methods",
    "cli",
    "introspection",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/saylesss88/rust-meth"

[[bin]]
name = "rust-meth"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.dialoguer]
version = "0.12"
features = ["fuzzy-select"]
default-features = false

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.serde_json]
version = "1.0.149"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true