# 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 = "ahri" version = "1.0.1" description = "ahri is a database 🗳" readme = "README.md" license = "MIT" repository = "https://github.com/AuracleTech/ahri" [[bench]] name = "ahri" harness = false [[bench]] name = "mysql" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.mysql] version = "24.0.0"