# 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 = "EZDB" version = "0.1.15" description = "Easy little database" homepage = "https://github.com/lord-hellgrim/EZDB" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lord-hellgrim/EZDB" [[bench]] name = "my_benchmark" harness = false [dependencies.aes-gcm] version = "0.10.2" [dependencies.blake3] version = "1.5.0" [dependencies.fnv] version = "1.0.7" [dependencies.http] version = "1.1.0" [dependencies.miniz_oxide] version = "0.7.1" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.192" features = [ "derive", "alloc", ] [dependencies.x25519-dalek] version = "2.0.0" features = [ "getrandom", "static_secrets", ] [dev-dependencies.criterion] version = "0.5.1"