# 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 = "aria-of-borrow" version = "0.3.0" description = "It's a library AND a binary, but at what cost?" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Gankra/aria-of-borrow" [[bin]] name = "aria-of-borrow" required-features = ["cli"] [dependencies.clap] version = "4.5.3" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" optional = true [features] cli = [ "clap", "tracing-subscriber", ] default = ["cli"]