# 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 = "notmongo" version = "0.1.7" description = "In-process, bad database with an API similar to MongoDB" readme = "README.md" license = "MIT" [lib] name = "notmongo" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "notmongo-cli" path = "src/notmongo_cli/main.rs" [dependencies.bson] version = "2.4.0" [dependencies.libc] version = "0.2.132" [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1.0.85" [dependencies.zip] version = "0.6.6"