astmap-core 0.0.2

Core domain types and logic for astmap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "astmap-core"
version = "0.0.2"
edition = "2021"
rust-version = "1.94"
license = "MIT"
description = "Core domain types and logic for astmap"
repository = "https://github.com/wakita181009/astmap"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
strum = { version = "0.28", features = ["derive"] }
thiserror = "2"
sha2 = "0.11.0"
tracing = "0.1"

[dev-dependencies]
tempfile = "3"