2020-10-25 14:58:50 +00:00
|
|
|
[package]
|
|
|
|
name = "audiotags"
|
2020-10-27 00:52:29 +00:00
|
|
|
version = "0.2.2"
|
2020-10-25 14:58:50 +00:00
|
|
|
authors = ["Tianyi <ShiTianyi2001@outlook.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Unified IO for different types of audio metadata"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/TianyiShi2001/audiotags"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
id3 = "0.5.1"
|
2020-10-26 20:43:11 +00:00
|
|
|
mp4ameta = "0.6"
|
2020-10-25 21:39:38 +00:00
|
|
|
metaflac = "0.2"
|
2020-10-26 15:37:10 +00:00
|
|
|
beef = "0.4.4"
|
2020-10-26 23:16:04 +00:00
|
|
|
thiserror = "1.0.21"
|