amaru-kernel 0.1.1

Core Cardano types, primitives, and domain logic for the Amaru Cardano node
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.93"
name = "amaru-kernel"
version = "0.1.1"
authors = ["Amaru Maintainers <amaru@pragma.builders>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Cardano types, primitives, and domain logic for the Amaru Cardano node"
homepage = "https://github.com/pragma-org/amaru"
documentation = "https://docs.rs/amaru"
readme = "README.md"
keywords = [
    "cardano",
    "blockchain",
    "node",
    "ouroboros",
    "crypto",
]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
repository = "https://github.com/pragma-org/amaru"
resolver = "2"

[features]
default = []
test-utils = [
    "dep:proptest",
    "dep:rand",
]
tracing = ["amaru-minicbor-extra/tracing"]

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

[dependencies.amaru-minicbor-extra]
version = "0.1.1"

[dependencies.bech32]
version = "0.11.0"

[dependencies.bytes]
version = "1.10.1"
features = ["serde"]

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.minicbor]
version = "0.25.1"
features = [
    "std",
    "half",
    "derive",
]

[dependencies.num]
version = "0.4.3"
features = ["alloc"]
default-features = false

[dependencies.pallas-addresses]
version = "0.34.0"

[dependencies.pallas-codec]
version = "0.34.0"

[dependencies.pallas-crypto]
version = "0.34.0"

[dependencies.pallas-math]
version = "0.34.0"

[dependencies.pallas-primitives]
version = "0.34.0"

[dependencies.pallas-traverse]
version = "0.34.0"

[dependencies.proptest]
version = "1.8.0"
features = ["std"]
optional = true
default-features = false

[dependencies.rand]
version = "0.9.2"
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]
default-features = false

[dependencies.serde_json]
version = "1.0.145"
default-features = false

[dependencies.sha3]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.cbor4ii]
version = "1.1.1"
features = [
    "serde1",
    "use_std",
]

[dev-dependencies.proptest]
version = "1.8.0"
features = ["std"]
default-features = false

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.test-case]
version = "3.3.1"

[target.'cfg(target_family="wasm")'.dependencies.getrandom]
version = "0.3"
features = [
    "wasm_js",
    "wasm_js",
]

[lints.clippy]
expect_used = "warn"
panic = "warn"
print_stdout = "deny"
todo = "warn"
unwrap_used = "warn"
wildcard_enum_match_arm = "warn"

[lints.rust]
rust-2018-compatibility = "warn"
rust-2018-idioms = "warn"
rust-2021-compatibility = "warn"

[lints.rust.future-incompatible]
level = "deny"
priority = 0

[lints.rust.nonstandard-style]
level = "deny"
priority = 0