ansible-inventory-cloud 0.1.0

Ansible Inventory Cloud
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 = "ansible-inventory-cloud"
version = "0.1.0"
authors = ["vkill <vkill.net@gmail.com>"]
description = "Ansible Inventory Cloud"
homepage = "https://github.com/bk-rs/ansible-rs"
documentation = "https://docs.rs/ansible-inventory-cloud"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/ansible-rs"
resolver = "1"

[package.metadata.docs.rs]
all-features = true

[package.metadata.cargo-all-features]
skip_optional_dependencies = true

[dependencies.ansible-inventory]
version = "0.1"

[dependencies.axum]
version = "0.6"
features = [
    "json",
    "query",
    "headers",
]
optional = true
default_features = false

[dependencies.serde]
version = "1"
features = [
    "std",
    "derive",
]
default-features = false

[dev-dependencies.axum]
version = "0.6"
features = [
    "http1",
    "tokio",
]
default-features = false

[dev-dependencies.isahc]
version = "1"
default-features = false

[dev-dependencies.portpicker]
version = "0.1"
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[features]
default = ["impl_axum"]
impl_axum = ["axum"]