# 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 = "co-orm" version = "0.3.12" authors = ["plucky"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implement Create, Read, Update, and Delete (CRUD) methods for sqlx." documentation = "https://docs.rs/crate/co-orm/" readme = "readme.md" keywords = [ "orm", "sqlx", "crud", "sql", ] categories = ["database"] license = "MIT" repository = "https://github.com/cody-why/co-orm" [lib] name = "co_orm" path = "src/lib.rs" [[example]] name = "debug" path = "examples/debug.rs" [[example]] name = "tests" path = "examples/tests.rs" [dependencies.co-orm-macros] version = "0.3.12" [dev-dependencies.sqlx] version = "0.8" features = [ "mysql", "runtime-tokio-native-tls", "chrono", "bigdecimal", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = [] mssql = ["co-orm-macros/mssql"] mysql = ["co-orm-macros/mysql"] postgres = ["co-orm-macros/postgres"] sqlite = ["co-orm-macros/sqlite"]