# 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" rust-version = "1.78.0" name = "diesel-dynamic-schema" version = "0.2.3" build = false include = [ "src/**/*.rs", "tests/**/*.rs", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL" homepage = "https://diesel.rs" documentation = "https://docs.rs/diesel/" readme = "README.md" keywords = [ "orm", "database", "sql", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/diesel-rs/diesel" resolver = "2" [lib] name = "diesel_dynamic_schema" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/lib.rs" harness = true [dependencies.diesel] version = "~2.2.0" default-features = false [dev-dependencies.dotenvy] version = "0.15" [features] default = [] mysql = ["diesel/mysql_backend"] postgres = ["diesel/postgres_backend"] sqlite = ["diesel/sqlite"]