# 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 = "keratin" version = "0.3.0" authors = ["Rodrigo Mauricio "] description = "A quick setup/quick development, embedded, modular database" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hellbound22/keratin" [dependencies.anyhow] version = "1.0.81" [dependencies.bson] version = "1.1.0" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.56" [dependencies.thiserror] version = "1.0.58" [dependencies.toml] version = "0.5.6"