# 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 = "freee-hr" version = "0.7.0" authors = ["Naoki Ikeguchi "] description = "REST API client implementation for freee HR, auto-generated from OpenAPI specification." homepage = "https://github.com/siketyan/freee-rs" documentation = "https://docs.rs/freee/0.1.0/freee-hr/" readme = "README.md" keywords = [ "api-client", "freee", "hr", ] license = "MIT" repository = "https://github.com/siketyan/freee-rs.git" resolver = "1" [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "^2.2" [dependencies.url] version = "^2.3"