Files
ReactionSystems/Cargo.toml

17 lines
519 B
TOML
Raw Normal View History

2025-05-14 11:42:19 +02:00
[package]
name = "reactionsystems"
version = "0.1.0"
edition = "2024"
[build-dependencies]
lalrpop = "0.22"
[dependencies]
2025-07-10 15:02:14 +02:00
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" }
2025-07-09 21:44:04 +02:00
serde = { version = "1", features = ["derive", "rc"] }
serde_cbor_2 = { version = "*" }