# 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 = "hemoglobin" version = "0.7.2" authors = ["Arity "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for Bloodless" readme = "README.md" license = "MIT" repository = "https://github.com/Lilith-In-Starlight/hemoglobin" [lib] name = "hemoglobin" path = "src/lib.rs" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.rust-fuzzy-search] version = "0.1.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117"