[dependencies.indexmap]
features = ["serde"]
version = "2"
[dependencies.postcard]
features = ["alloc"]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[lib]
name = "plotnik_core"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core data structures for Plotnik"
edition = "2024"
license = "Apache-2.0"
name = "plotnik-core"
readme = false
repository = "https://github.com/plotnik-lang/plotnik"
resolver = "2"
version = "0.2.1"