# 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.67.1" name = "light-magic" version = "0.7.2" authors = ["Nils Wrenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight, fast and easy-to-use implementation of a optionally encrypted/persistent in-memory database" readme = "README.md" keywords = [ "database", "framework", "macro", ] categories = [ "asynchronous", "database", "data-structures", ] license = "MIT" repository = "https://github.com/nwrenger/light-magic" [lib] name = "light_magic" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.argon2] version = "0.5.3" [dependencies.paste] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.8.1" [dependencies.tracing] version = "0.1"