[package]
edition = "2021"
name = "lex-vcs"
version = "0.9.3"
authors = ["Alpibrupa <https://github.com/alpibrupa>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-native version control: typed op log + attestation graph."
homepage = "https://github.com/alpibrusl/lex-lang"
readme = false
keywords = [
"lex",
"agent",
"effects",
"language",
]
categories = [
"compilers",
"development-tools",
]
license = "EUPL-1.2"
repository = "https://github.com/alpibrusl/lex-lang"
[lib]
name = "lex_vcs"
path = "src/lib.rs"
[[test]]
name = "attestation_cascade"
path = "tests/attestation_cascade.rs"
[[test]]
name = "attestation_trace"
path = "tests/attestation_trace.rs"
[[test]]
name = "budget_accounting"
path = "tests/budget_accounting.rs"
[[test]]
name = "merge_perf"
path = "tests/merge_perf.rs"
[[test]]
name = "migrate"
path = "tests/migrate.rs"
[[test]]
name = "opid_golden"
path = "tests/opid_golden.rs"
[[test]]
name = "opid_property"
path = "tests/opid_property.rs"
[[test]]
name = "repack_conformance"
path = "tests/repack_conformance.rs"
[dependencies.ed25519-dalek]
version = "2"
features = [
"std",
"fast",
]
default-features = false
[dependencies.getrandom]
version = "0.4"
[dependencies.hex]
version = "0.4"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.lex-ast]
version = "0.9.3"
[dependencies.lex-types]
version = "0.9.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.11"
[dependencies.thiserror]
version = "2"
[dev-dependencies.lex-syntax]
version = "0.9.3"
[dev-dependencies.tempfile]
version = "3"