crate-seq-ledger 0.1.0

.crate-seq.toml ledger parsing, serialization, and state machine.
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 = "2021"
name = "crate-seq-ledger"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = ".crate-seq.toml ledger parsing, serialization, and state machine."
readme = false
keywords = [
    "cargo",
    "publish",
    "ledger",
    "semver",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"

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

[dependencies.semver]
version = "1.0.27"
features = ["serde"]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml_edit]
version = "0.25.3"
features = ["serde"]

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