# 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 = "rorm-sql" version = "0.8.3" authors = ["myOmikron "] description = "The sql abstraction layer." homepage = "https://rorm.rs" documentation = "https://docs.rorm.rs" readme = "README.md" keywords = [ "database", "abstraction-layer", "sqlite", "postgres", "mysql", ] categories = ["database"] license = "MIT" repository = "https://github.com/rorm-orm/rorm-sql" [package.metadata.docs.rs] all-features = true [dependencies.bit-vec] version = "~0.6" optional = true [dependencies.chrono] version = ">=0.4.20" default-features = false [dependencies.ipnetwork] version = "~0.20" optional = true [dependencies.libsqlite3-sys] version = "~0.26" optional = true [dependencies.mac_address] version = "~1" optional = true [dependencies.rorm-declaration] version = "0.4.0" [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.time] version = "~0.3" [dependencies.uuid] version = "~1" [build-dependencies.rustc_version] version = "0.4.0" [features] mysql = [] postgres = [] postgres-only = [ "postgres", "dep:bit-vec", "dep:ipnetwork", "dep:mac_address", ] sqlite = ["dep:libsqlite3-sys"]