# 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 = "bruinen-delta" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A local-first database built by Bruinen Technologies" readme = "README.md" keywords = [ "database", "Bruinen", "local-first", ] license = "AGPL-3.0" [lib] name = "delta" crate_type = [ "dylib", "rlib", ] path = "src/lib.rs" [dependencies.axum] version = "0.7.5" features = [ "tokio", "http1", "ws", ] [dependencies.dotenv] version = "0.15.0" [dependencies.flatbuffers] version = "24.3.25" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "1.3.1" features = ["full"] [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16" [dependencies.tower-http] version = "0.5.2" features = ["cors"] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.8.0" features = ["v4"]