# 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 = "ryzz" version = "0.2.1" description = "A sqlite query builder and automatic schema migrator. Don't call it an orm" homepage = "https://github.com/swlkr/ryzz" readme = "README.md" keywords = [ "drizzle", "orm", "sqlite", "db", "database", ] license = "MIT" repository = "https://github.com/swlkr/ryzz" [dependencies.rusqlite] version = "0.29.0" features = [ "bundled", "serde_json", ] [dependencies.ryzz_macros] version = "0.2.0" [dependencies.seq-macro] version = "0.3" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106" [dependencies.serde_rusqlite] version = "0.33.1" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio-rusqlite] version = "0.4.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "macros", ]