mist-core 0.4.3

core functionality of mist
Documentation
[dependencies.quick-xml]
optional = true
version = "0.22"

[dependencies.ron]
version = "0.6"

[dependencies.serde]
default-features = false
features = ["serde_derive"]
version = "1.0"

[dependencies.tinyfiledialogs]
optional = true
version = "3.8"

[features]
bg = ["config"]
config = []
default = ["timing", "dialogs", "config"]
dialogs = ["tinyfiledialogs"]
lss = ["quick-xml"]
timing = []

[package]
authors = ["LtPeriwinkle <not.yet.periwinkle@gmail.com>"]
description = "core functionality of mist"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "mist-core"
readme = "README.md"
repository = "https://github.com/LtPeriwinkle/mist"
version = "0.4.3"