cloud_terrastodon 0.33.0

A command-line tool for interacting with cloud ecosystems
# 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 = "2024"
name = "cloud_terrastodon"
version = "0.33.0"
authors = ["TeamDman"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for interacting with cloud ecosystems"
readme = "README.md"
keywords = [
    "azure",
    "cli",
    "iac",
    "cloud",
    "sdk",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "api-bindings",
    "asynchronous",
    "parsing",
]
license = "LiLiQ-R-1.1"
repository = "https://github.com/AAFC-Cloud/Cloud-Terrastodon.git"

[features]
azure = ["dep:cloud_terrastodon_azure"]
azure-devops = ["dep:cloud_terrastodon_azure_devops"]
azure-devops-types = ["dep:cloud_terrastodon_azure_devops_types"]
azure-resource-types = ["dep:cloud_terrastodon_azure_resource_types"]
azure-types = ["dep:cloud_terrastodon_azure_types"]
command = ["dep:cloud_terrastodon_command"]
config = ["dep:cloud_terrastodon_config"]
credentials = ["dep:cloud_terrastodon_credentials"]
default = ["full"]
entrypoint = ["dep:cloud_terrastodon_entrypoint"]
full = [
    "pathing",
    "config",
    "azure",
    "azure-types",
    "azure-resource-types",
    "azure-devops",
    "azure-devops-types",
    "entrypoint",
    "hcl",
    "hcl-types",
    "user-input",
    "command",
    "zombies",
    "relative-location",
    "ui-ratatui",
    "ui-egui",
    "credentials",
]
hcl = ["dep:cloud_terrastodon_hcl"]
hcl-types = ["dep:cloud_terrastodon_hcl_types"]
pathing = ["dep:cloud_terrastodon_pathing"]
relative-location = ["dep:cloud_terrastodon_relative_location"]
ui-egui = ["dep:cloud_terrastodon_ui_egui"]
ui-ratatui = ["dep:cloud_terrastodon_ui_ratatui"]
user-input = ["dep:cloud_terrastodon_user_input"]
zombies = ["dep:cloud_terrastodon_zombies"]

[lib]
name = "cloud_terrastodon"
path = "src/lib.rs"

[[bin]]
name = "cloud_terrastodon"
path = "src/main.rs"
required-features = ["entrypoint"]

[[example]]
name = "resource_group_list"
path = "examples/resource_group_list.rs"

[dependencies.cloud_terrastodon_azure]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_azure_devops]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_azure_devops_types]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_azure_resource_types]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_azure_types]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_command]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_config]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_credentials]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_entrypoint]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_hcl]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_hcl_types]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_pathing]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_relative_location]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_ui_egui]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_ui_ratatui]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_user_input]
version = "0.33.0"
optional = true

[dependencies.cloud_terrastodon_zombies]
version = "0.33.0"
optional = true

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.eyre]
version = "0.6.12"

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

[build-dependencies.embed-resource]
version = "3.0.6"

[lints.clippy]
allow_attributes_without_reason = "warn"
as_pointer_underscore = "warn"
assertions_on_result_states = "warn"
clone_on_ref_ptr = "warn"
deref_by_slicing = "warn"
disallowed_script_idents = "warn"
empty_drop = "warn"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
fn_to_numeric_cast_any = "warn"
if_then_some_else_none = "warn"
map_err_ignore = "warn"
multiple_crate_versions = "allow"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
semicolon_outside_block = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unneeded_field_pattern = "warn"
unused_result_ok = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
ambiguous_negative_literals = "warn"
missing_debug_implementations = "warn"
redundant_imports = "warn"
redundant_lifetimes = "warn"
trivial_numeric_casts = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_lifetimes = "warn"