Files
ReactionSystems/Cargo.toml
2025-07-10 15:02:14 +02:00

17 lines
519 B
TOML

[package]
name = "reactionsystems"
version = "0.1.0"
edition = "2024"
[build-dependencies]
lalrpop = "0.22"
[dependencies]
regex = { version = "1", features = ["unicode-bool"] }
lalrpop-util = { version = "*", features = ["lexer", "unicode"] }
petgraph = { version = "*", features = ["serde-1"] }
# TODO remove git and use crates.io version when updated
petgraph-graphml = { git = "https://github.com/jonasbb/petgraph-graphml" }
serde = { version = "1", features = ["derive", "rc"] }
serde_cbor_2 = { version = "*" }