# 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" rust-version = "1.64.0" name = "oxide_todo_sdk" version = "0.1.0-pre.0" authors = ["TheAwiteb "] description = "Rust SDK for the Oxide Todo API" documentation = "https://docs.rs/oxide_todo_sdk" readme = "README.md" keywords = [ "todo", "sdk", ] license = "MIT" repository = "https://github.com/TheAwiteb/oxide_todo_sdk" [[example]] name = "user" required-features = ["debug"] [[example]] name = "todo" required-features = ["debug"] [dependencies.reqwest] version = "= 0.11.14" features = ["json"] [dependencies.serde] version = "= 1.0.152" features = ["derive"] [dependencies.serde_json] version = "= 1.0.93" [dependencies.thiserror] version = "= 1.0.38" [dependencies.uuid] version = "= 1.3.0" features = [ "v4", "serde", ] [dev-dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "rt-multi-thread", ] [features] debug = []