# 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 = "zaim" version = "0.2.1" authors = ["ryohidaka <39184410+ryohidaka@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust-zaim is a Rust client library for the Zaim API" readme = "README.md" keywords = ["zaim"] categories = [ "command-line-utilities", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/ryohidaka/rust-zaim" [lib] name = "zaim" path = "src/lib.rs" [[bin]] name = "zaim" path = "src/main.rs" [[test]] name = "me_test" path = "tests/me_test.rs" [[test]] name = "mock" path = "tests/mock.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.reqwest-oauth1] version = "0.3" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1.22.0" features = ["full"] [dev-dependencies.mockito] version = "1.2.0"