smash-sli 0.8.1

A small library for working with soundlabelinfo.sli files from Smash Ultimate
Documentation
[[bin]]
name = "sli"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.binread]
version = "1.4.0"

[dependencies.binwrite]
version = "0.2.1"

[dependencies.lazy_static]
optional = true
version = "1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_yaml]
optional = true
version = "0.8"

[dependencies.structopt]
optional = true
version = "0.3"

[features]
cli = ["structopt", "derive_serde", "serde_yaml"]
derive_serde = ["serde", "lazy_static"]

[lib]
name = "sli"
path = "src/lib.rs"

[package]
authors = ["jam1garner <8260240+jam1garner@users.noreply.github.com>"]
description = "A small library for working with soundlabelinfo.sli files from Smash Ultimate"
documentation = "https://docs.rs/smash-sli"
edition = "2018"
license = "MIT"
name = "smash-sli"
repository = "https://github.com/jam1garner/smash-sli"
version = "0.8.1"