# 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-core" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sans-IO core of the y-sweet yjs CRDT server." homepage = "https://y-sweet.dev" readme = "README.md" license = "MIT" repository = "https://github.com/drifting-in-space/y-sweet" [lib] name = "y_sweet_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.71" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.5.0" [dependencies.data-encoding] version = "2.4.0" [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = ["rustls-tls-webpki-roots"] default-features = false [dependencies.rusty-s3] version = "0.5.0" [dependencies.serde] version = "1.0.173" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.sha2] version = "0.10.7" [dependencies.thiserror] version = "1.0.44" [dependencies.time] version = "0.3.25" features = ["wasm-bindgen"] [dependencies.tracing] version = "0.1.37" [dependencies.yrs] version = "0.19.1" [dependencies.yrs-kvstore] version = "0.3.0" [dev-dependencies.dashmap] version = "6.0.1" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [features] default = ["sync"] single-threaded = [] sync = ["yrs/sync"]