# 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 = "rusql-alchemy" version = "0.3.0" authors = ["FITAHIANA Nomeniavo Joe <24nomeniavo@gmail.com>"] description = "Rust Alchemy is Django ORM like lib for Rust" homepage = "https://github.com/russenger/rusql-alchemy" documentation = "https://docs.rs/russenger/latest/rusql-alchemy/" readme = "README.md" keywords = [ "orm", "rust", "django-orm", "lib", ] license = "Apache-2.0" repository = "https://github.com/russenger/rusql-alchemy" [dependencies.async-trait] version = "^0.1.81" [dependencies.dotenv] version = "^0.15.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.rusql-alchemy-macro] version = "0.3.0" [dependencies.serde] version = "^1.0.208" [dependencies.serde_json] version = "^1.0.125" [dependencies.sqlx] version = "^0.8" features = [ "runtime-tokio-rustls", "any", ] [dependencies.tokio] version = "^1.39.3" features = [ "macros", "rt-multi-thread", ] [features] default = ["sqlite"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] sqlite = ["sqlx/sqlite"]