mapstic-core 0.1.0

Internal functionality used by the mapstic crate at runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mapstic-core"
version = "0.1.0"
edition = "2021"
description = "Internal functionality used by the mapstic crate at runtime"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LawnGnome/mapstic"
rust-version = "1.65.0"

[dependencies]
chrono = { version = "0.4.39", optional = true }
indexmap.workspace = true
serde = { workspace = true, features = ["derive"] }

[features]
nightly = []
proc-macro = []
rc = []