# 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 = "replit_db" version = "1.2.0" authors = ["Rukchad Wongprayoon "] description = "A rust package for supporting Replit database. (Unofficial)" homepage = "https://github.com/timelessnesses/replit_db" documentation = "https://docs.rs/replit_db" readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/timelessnesses/replit_db" [dependencies.async-trait] version = "0.1.77" [dependencies.reqwest] version = "0.11.24" features = ["blocking"] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.tokio] version = "1.36.0" features = ["macros"]