ans-types 0.1.2

Shared types for the Agent Name Service (ANS) ecosystem
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 = "ans-types"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for the Agent Name Service (ANS) ecosystem"
homepage = "https://github.com/godaddy/ans-sdk-rust"
readme = "README.md"
keywords = [
    "ans",
    "types",
    "agent-name-service",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/godaddy/ans-sdk-rust"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "std",
    "now",
]
default-features = false

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.6"

[dependencies.thiserror]
version = "2.0"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.21"
features = [
    "serde",
    "v4",
]

[dev-dependencies]

[lints.clippy]
dbg_macro = "deny"
exit = "deny"
expect_used = "deny"
mem_forget = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
redundant_pub_crate = "warn"
return_self_not_must_use = "allow"
todo = "deny"
unwrap_used = "deny"
use_self = "warn"

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

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"

[lints.rust.future_incompatible]
level = "deny"
priority = -1