ncmc 0.1.3

convert encrypted ncm file to original music file.
Documentation
[package]
name = "ncmc"
version = "0.1.3"
authors = ["阿卡琳 <hufan.akarin@Gmail.com>"]

description = "convert encrypted ncm file to original music file."
homepage = "https://github.com/magic-akari/ncmc"
repository = "https://github.com/magic-akari/ncmc"
license = "MIT"
readme = "README.md"
keywords = ["ncm", "converter", "ncmdump"]

[badges]
travis-ci = { repository = "magic-akari/ncmc" }
appveyor = { repository = "magic-akari/ncmc" }

[dependencies]
aes = "0.2.0"
block-modes = "0.1.0"
base64 = "0.9.2"
serde = "1.0.76"
serde_derive = "1.0.76"
serde_json = "1.0.27"
glob = "0.2.11"
metaflac = "0.1.8"
id3 = "0.2.5"

[profile.release]
panic = "abort"
lto = true