# 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 = "fn_meta" version = "0.7.4" authors = ["Azriel Hoh "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Returns metadata about a function at runtime." documentation = "https://docs.rs/fn_meta/" readme = "README.md" keywords = [ "function", "meta", "metadata", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/fn_meta" [package.metadata.docs.rs] features = ["fn_meta_ext"] [lib] name = "fn_meta" path = "src/lib.rs" [dependencies.smallvec] version = "1.13" optional = true [features] default = [] fn_meta_ext = ["smallvec"] high_arg_count = []