# 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 = "dummy-json-rs" version = "1.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dummy JSON API client in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/abhi3700/dummy-json-rs" [lib] name = "dummy_json_rs" path = "src/lib.rs" [[test]] name = "auth" path = "tests/auth.rs" [[test]] name = "carts" path = "tests/carts.rs" [[test]] name = "comments" path = "tests/comments.rs" [[test]] name = "posts" path = "tests/posts.rs" [[test]] name = "products" path = "tests/products.rs" [[test]] name = "quotes" path = "tests/quotes.rs" [[test]] name = "recipes" path = "tests/recipes.rs" [[test]] name = "todos" path = "tests/todos.rs" [[test]] name = "users" path = "tests/users.rs" [dependencies.once_cell] version = "1.20.2" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt", ]