# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "moneyforward-invoice-api" version = "0.1.1" authors = ["Sunrin SHIMURA (keen) <3han5chou7@gmail.com>"] description = "a moneyforward's invoice api wrapper library" documentation = "http://docs.rs/moneyforward-invoice-api" readme = "README.md" keywords = ["api", "http_client"] categories = ["api-bindings"] license = "Apache-2.0/MIT" repository = "https://github.com/KeenS/moneyforward-invoice-api-rs" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.log] version = "0.3.0" [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.reqwest] version = "0.7.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.env_logger] version = "0.4.3" [dev-dependencies.native-tls] version = "0.1.4" [dev-dependencies.url] version = "1.5.1" [dev-dependencies.oauth2] version = "1.1.2"