# 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 = "rio-rs" version = "0.1.0" autoexamples = false description = "Distributed stateful service framework" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rcelha/rio-rs" [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1.57" [dependencies.bb8] version = "0.7.1" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.19" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3.0" [dependencies.lru] version = "0.7.7" [dependencies.rand] version = "0.8" [dependencies.rio-macros] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.5" features = [ "runtime-tokio-native-tls", "sqlite", "postgres", "any", "chrono", ] [dependencies.state] version = "0.5.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.tokio-util] version = "0.6" features = ["full"] [dependencies.tower] version = "0.4.12" features = ["full"]