rust-meth 0.1.0

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.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Print all methods available on any Rust type, powered by rust-analyzer"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.serde_json]
version = "1.0.149"

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