# 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 = "mintdb" version = "0.1.0-beta.3" authors = ["Eric Rodriguez "] include = ["/src"] description = "MintDB is an open source document based database built in Rust." homepage = "https://github.com/erodriguez000/mintdb" documentation = "https://docs.rs/mintdb/" readme = "README.md" keywords = [ "database", "mintdb", ] license = "MIT" repository = "https://github.com/erodriguez000/mintdb" resolver = "2" [dependencies.jsonwebtoken] version = "8.2.0" [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.150" features = [ "derive", "rc", ] [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0.89" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio-fs] version = "0.1.7" [dependencies.uuid] version = "1.2.2" features = [ "serde", "v4", ] [dev-dependencies.tokio] version = "1.24.2" features = [ "macros", "sync", "rt-multi-thread", ]