# 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 = "2018" name = "feophant" version = "0.9.0" authors = ["Christopher Hotchkiss "] exclude = ["docs/*"] description = "A SQL database server written in Rust and inspired by PostreSQL" homepage = "https://feophant.com" keywords = ["sql", "database", "feophant"] categories = ["database-implementations"] license = "AGPL-3.0-or-later" repository = "https://github.com/chotchki/feophant" [profile.bench] debug = true [profile.release] debug = true [lib] name = "feophantlib" path = "src/lib.rs" [[bin]] name = "feophant-server" path = "src/main.rs" [[bench]] name = "feophant_benchmark" harness = false [dependencies.async-stream] version = "0.3.2" [dependencies.bitflags] version = "1.2.1" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.hex-literal] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.6.6" [dependencies.moka] version = "0.6" features = ["future"] [dependencies.nom] version = "7" [dependencies.simplelog] version = "^0.10.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.6.6" features = ["codec"] [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.criterion] version = "0.3" features = ["async_tokio"] [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio-postgres] version = "0.7.2" [dev-dependencies.tokio-test] version = "0.4.2"