# 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 = "nongoose" version = "0.1.0-beta.1" authors = ["Daniel Solarte "] include = ["src/**/*.rs", "COPYING", "README.md"] description = "ODM for MongoDB based on Mongoose" homepage = "https://nongoose.danielsolarte.com" documentation = "https://docs.rs/nongoose" keywords = ["async", "odm", "mongodb", "tokio"] categories = ["database"] license = "GPL-3.0" repository = "https://github.com/danielsolartech/nongoose" [dependencies.async-trait] version = "0.1" optional = true [dependencies.mongodb] version = "2.1.0" features = ["bson-chrono-0_4", "bson-uuid-0_8", "sync"] default-features = false [dependencies.nongoose-derive] version = "0.1.0-beta.1" optional = true [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros"] optional = true [features] default = ["derive", "tokio-runtime"] derive = ["nongoose-derive"] sync = [] tokio-runtime = ["async-trait", "tokio"]