logline-core 0.1.1

The Conceptual Atom of Verifiable Action — LogLine Protocol implementation
Documentation
[[bench]]
harness = false
name = "creation"
path = "benches/creation.rs"

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

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

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

[[example]]
name = "ghost_record"
path = "examples/ghost_record.rs"

[[example]]
name = "simple_commit"
path = "examples/simple_commit.rs"

[features]
default = ["std"]
serde = ["dep:serde", "dep:serde_json"]
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "data-structures"]
description = "The Conceptual Atom of Verifiable Action — LogLine Protocol implementation"
documentation = "https://docs.rs/logline-core"
edition = "2021"
exclude = ["docs/**", ".github/**", "SECURITY.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md"]
homepage = "https://logline.foundation"
keywords = ["audit", "intent", "zero-trust", "ledger"]
license = "MIT"
name = "logline-core"
readme = "README.md"
repository = "https://github.com/LogLine-Foundation/logline-core"
resolver = "2"
rust-version = "1.75"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true

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

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

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

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