# 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 = "ryde_db" version = "0.1.1" description = "db crate for ryde" homepage = "https://github.com/swlkr/ryde" keywords = [ "ryde", "db", ] license = "MIT" repository = "https://github.com/swlkr/ryde" [dependencies.rusqlite] version = "0.31.0" [dependencies.ryde_db_macros] version = "0.1.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tokio-rusqlite] version = "0.5.1" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ]