# 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 = "foobar_db" version = "0.0.1" authors = ["HanLin Chai "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "FoobarDB is an in-memory database implemented in Rust that supports the RESP protocol. " documentation = "https://docs.rs/stream_resp/latest/foobar_db/" readme = "README.md" license = "MIT" repository = "https://github.com/daydaydrunk/foobar_db" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [profile.release.package."*"] opt-level = 3 [lib] name = "foobar_db" path = "src/lib.rs" [[bin]] name = "foobar_db" path = "src/bin/server.rs" [[test]] name = "client_tests" path = "tests/client_tests.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.bytes] version = "1.8.0" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.dashmap] version = "6.1.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.socket2] version = "0.5" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.vergen] version = "9.0.1" features = [ "build", "cargo", "rustc", "si", ] [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.test-case] version = "3.1" [build-dependencies.vergen] version = "9.0.1" features = [ "build", "cargo", "rustc", "si", ]