# 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 = "y-sweet" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A standalone Yjs CRDT server with built-in persistence and auth." homepage = "https://y-sweet.dev" readme = "README.md" license = "MIT" repository = "https://github.com/drifting-in-space/y-sweet" [lib] name = "y_sweet" path = "src/lib.rs" [[bin]] name = "y-sweet" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.71" [dependencies.axum] version = "0.7.4" features = ["ws"] [dependencies.axum-extra] version = "0.9.2" features = ["typed-header"] [dependencies.clap] version = "4.3.12" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.4" [dependencies.dashmap] version = "6.0.1" [dependencies.futures] version = "0.3.28" [dependencies.headers] version = "0.4.0" [dependencies.lib0] version = "0.16.9" [dependencies.nanoid] version = "0.4.0" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-util] version = "0.7.11" features = ["rt"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", ] [dependencies.url] version = "2.4.0" [dependencies.y-sweet-core] version = "0.6.0" features = ["sync"] [dependencies.yrs] version = "0.19.1" [dependencies.yrs-kvstore] version = "0.3.0" [dev-dependencies.http] version = "1.1.0"