lightshuttle-export 0.3.0

Manifest to deployment artifact transpilation for LightShuttle
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 = "2024"
rust-version = "1.88"
name = "lightshuttle-export"
version = "0.3.0"
authors = ["Nubster"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manifest to deployment artifact transpilation for LightShuttle"
homepage = "https://github.com/nubster-opensources/lightshuttle"
readme = "README.md"
keywords = [
    "lightshuttle",
    "export",
    "compose",
    "kubernetes",
    "helm",
]
categories = [
    "development-tools",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nubster-opensources/lightshuttle"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[test]]
name = "compose_emitter"
path = "tests/compose_emitter.rs"

[[test]]
name = "export_core"
path = "tests/export_core.rs"

[[test]]
name = "helm_emitter"
path = "tests/helm_emitter.rs"

[[test]]
name = "kubernetes_emitter"
path = "tests/kubernetes_emitter.rs"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.lightshuttle-manifest]
version = "0.3.0"

[dependencies.lightshuttle-spec]
version = "0.3.0"

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

[dependencies.serde_norway]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

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

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1