# 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-lib" version = "0.4.0" authors = ["myOmikron "] description = "The FFI bindings to C." homepage = "https://rorm.rs" documentation = "https://docs.rorm.rs" readme = "README.md" keywords = [ "database", "library", ] categories = [ "database", "development-tools.categories.ffi", ] license = "MIT" repository = "https://github.com/rorm-orm/rorm-lib" [profile.export] opt-level = "s" lto = "fat" inherits = "release" [lib] name = "rorm" crate-type = [ "staticlib", "cdylib", ] [dependencies.chrono] version = ">=0.4.20" [dependencies.env_logger] version = "~0.10" optional = true [dependencies.futures] version = "~0.3" [dependencies.rorm-db] version = "~0.7" features = ["tokio-rustls"] [dependencies.sqlx] version = "~0.6" [dependencies.tokio] version = ">=1.23.1" features = [ "rt-multi-thread", "macros", ] [features] logging = ["dep:env_logger"]