# 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" rust-version = "1.73" name = "heal" version = "0.0.0" description = "A template for creating Rust open-source repo on GitHub" homepage = "https://github.com/al8n/heal" documentation = "https://docs.rs/heal" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/al8n/heal" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] opt-level = 3 lto = "thin" codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = false incremental = false [[bench]] name = "foo" path = "benches/foo.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tempfile] version = "3" [features] default = []