# 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-server" version = "0.1.0-beta.3" authors = ["Eric Rodriguez "] include = [ "/src", "/lib", ] description = "MintDB is an open source document based database built in Rust." readme = "README.md" keywords = [ "database", "mintdb", ] license = "MIT" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.futures] version = "0.3.25" [dependencies.mintdb] version = "0.1.0-beta.3" [dependencies.once_cell] version = "1.16.0" [dependencies.serde] version = "1.0.148" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.89" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.22.0" features = [ "macros", "sync", "rt-multi-thread", "signal", ] [dependencies.tokio-stream] version = "0.1.11" [dependencies.uuid] version = "1.2.2" features = [ "serde", "v4", ] [dependencies.warp] version = "0.3.3"