[dependencies.aws-config]
version = "1.8.3"
[dependencies.aws-sdk-ec2]
version = "1.154.0"
[dependencies.aws-sdk-ecr]
version = "1.87.0"
[dependencies.aws-sdk-iam]
version = "1.83.0"
[dependencies.aws-sdk-route53]
version = "1.88.0"
[dependencies.aws-sdk-s3]
version = "1.100.0"
[dependencies.base64]
version = "0.22.1"
[dependencies.log]
version = "0.4.29"
[dependencies.petgraph]
version = "0.8.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.tokio]
features = ["full", "full"]
version = "1.49.0"
[dependencies.uuid]
features = ["v4"]
version = "1.19.0"
[dev-dependencies.mockall]
version = "0.14.0"
[dev-dependencies.tempfile]
version = "3.24.0"
[lib]
name = "oct_cloud"
path = "src/lib.rs"
[lints.clippy]
char_lit_as_u8 = "allow"
collapsible_else_if = "allow"
collapsible_if = "allow"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
get_unwrap = "warn"
implicit_hasher = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_raw_string_hashes = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_clone = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
single_match_else = "allow"
too_many_lines = "allow"
unused_peekable = "warn"
unwrap_used = "warn"
[lints.clippy.pedantic]
level = "warn"
priority = -2
[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"
[package]
authors = ["opencloudtool Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
opencloudtool (oct)
"""
documentation = "https://opencloudtool.com/docs"
edition = "2024"
homepage = "https://opencloudtool.com"
keywords = []
license = "Apache-2.0"
name = "oct-cloud"
readme = "README.md"
repository = "https://github.com/opencloudtool/opencloudtool"
rust-version = "1.87"
version = "0.8.0"