# 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 = "spark-orm" version = "0.3.1" authors = ["H_O_O"] description = "Mongodb ORM in Rust" readme = "README.md" keywords = [ "ORM", "mongodb", ] license = "MIT OR Apache-2.0" repository = "https://github.com/H-0-O/spark-orm.git" [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.29" [dependencies.log] version = "0.4.21" [dependencies.mongodb] version = "2.7.1" [dependencies.once_cell] version = "1.18.0" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.spark-orm-derive] version = "0.2.1" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", ] [dev-dependencies.serde_json] version = "1.0.111" [features] debug = [] default = []