shipper-types 0.4.0

Core types for shipper
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.95"
name = "shipper-types"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for shipper"
documentation = "https://docs.rs/shipper-types"
readme = "README.md"
keywords = [
    "types",
    "publish",
    "workspace",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/shipper"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

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

[dependencies.serde_with]
version = "3.20.0"

[dependencies.shipper-duration]
version = "0.4.0"

[dependencies.shipper-encrypt]
version = "0.4.0"

[dependencies.shipper-retry]
version = "0.4.0"

[dependencies.shipper-webhook]
version = "0.4.0"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.proptest]
version = "1.10.0"

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

[lints.clippy]
decimal_bitwise_operands = "warn"
disallowed_fields = "deny"
manual_checked_ops = "warn"
manual_ilog2 = "warn"
manual_take = "warn"
needless_type_cast = "warn"
same_length_and_capacity = "deny"
unnecessary_trailing_comma = "warn"

[lints.rust]
const_item_mutation = "deny"
unexpected_cfgs = "warn"
unknown_lints = "deny"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "deny"
unused_must_use = "deny"