# 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 = "lunatic-diesel" version = "0.1.0" authors = ["Yuriy Voshchepynets "] description = "Diesel ORM bindings for lunatic" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/SquattingSocrates/lunatic-diesel" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [dependencies.bigdecimal] version = ">=0.0.13, < 0.4.0" [dependencies.bincode] version = "1.3" [dependencies.diesel] version = "2.0" features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] [dependencies.lunatic] version = "0.12.0" [dependencies.lunatic-sqlite-api] version = "0.13.0" [dev-dependencies.dotenvy] version = "0.15"