async_odoors 1.0.0

Odoo JSON-RPC client async library
Documentation
# 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 = "async_odoors"
version = "1.0.0"
authors = [
    "Valerian DORCY <valerian.dorcy@gmail.com>",
    "serxoz <serxoz@protonmail.ch>",
]
exclude = [
    "http/*",
    ".github",
]
description = "Odoo JSON-RPC client async library"
homepage = "https://github.com/serxoz/async-odoors"
documentation = "https://github.com/serxoz/async-odoors"
readme = "README.md"
keywords = [
    "odoo",
    "json-rpc",
    "async",
    "tokio",
]
license = "MIT"
repository = "https://github.com/serxoz/async-odoors"
resolver = "2"

[[bin]]
name = "odoors"
path = "examples/odoo.rs"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.11.12"
features = ["json"]

[dependencies.serde]
version = "1.0.145"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.85"

[dependencies.serde_with]
version = "2.0.1"

[dependencies.tokio]
version = "1.21.2"
features = ["full"]