# 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 = "debil" version = "0.5.0" authors = ["myuon "] description = "Lightweight ORM for Rust" documentation = "https://docs.rs/debil" readme = "README.md" keywords = ["database"] categories = ["database"] license = "MIT" repository = "https://github.com/myuon/debil" [dependencies.anyhow] version = "1.0.49" [dependencies.async-trait] version = "0.1.17" [dependencies.debil-derive] version = "0.2.1" [dependencies.futures] version = "0.3.1" optional = true [dependencies.mysql_async] version = "0.29.0" optional = true [dependencies.rusqlite] version = "0.27.0" optional = true [dependencies.tokio] version = "1.0" features = ["rt", "rt-multi-thread", "macros"] [features] mysql = ["mysql_async", "futures"] sqlite = ["rusqlite"]