# 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 = "clia-rustorm-dao" version = "0.18.0" authors = [ "Jovansonlee Cesar ", "clia", ] description = "Dao provides a flexible way to access data from the database" documentation = "https://docs.rs/clia-rustorm-dao" keywords = [ "orm", "postgresql", "sqlite", ] license = "MIT" repository = "https://github.com/clia/rustorm" [dependencies.base64] version = "0.13" [dependencies.bigdecimal] version = "0.3.0" features = ["serde"] [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.geo-types] version = "0.7.2" features = ["serde"] [dependencies.serde] version = "1.0.15" [dependencies.serde_derive] version = "1.0.15" [dependencies.serde_json] version = "1.0.3" [dependencies.thiserror] version = "1.0.3" [dependencies.time] version = "0.3.5" [dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", ]