cpclib-sna 0.5.0

cpclib libraries related to snapshots
Documentation
[[bin]]
name = "snapshot"
path = "src/bin/snapshot.rs"
required-features = ["snapshot"]
[build-dependencies.built]
features = ["chrono"]
version = "0.5.1"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.cpclib-common]
version = "0.5.0"

[dependencies.delegate]
version = "0.6.2"

[dependencies.matches]
version = "0.1.8"

[dependencies.num_enum]
version = "0.5.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.126"

[features]
default = ["snapshot"]
snapshot = ["cpclib-common/cmdline"]

[package]
authors = ["Romain Giot <giot.romain@gmail.com>"]
description = "cpclib libraries related to snapshots"
edition = "2021"
license = "MIT"
name = "cpclib-sna"
repository = "https://github.com/cpcsdk/rust.cpclib"
version = "0.5.0"