# 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 = "odoo-api" version = "0.2.5" authors = ["Ryan Cole "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Type-safe and full-coverage implementation of the Odoo JSON-RPC API, including ORM and Web methods. Supports sessioning, multi-database, async and blocking via reqwest, and bring-your-own requests." homepage = "https://github.com/ryanc-me/odoo-api-rs" documentation = "https://docs.rs/odoo-api" readme = "README.md" keywords = [ "odoo", "jsonrpc", "json-rpc", "api", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/ryanc-me/odoo-api-rs" resolver = "1" [package.metadata.docs.rs] features = [ "async", "blocking", ] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.odoo-api-macros] version = "0.2.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_tuple] version = "0.5.0" [dependencies.thiserror] version = "1.0" [features] async = ["reqwest"] blocking = [ "reqwest", "reqwest/blocking", ] default = [ "async", "blocking", ] types-only = []