Eleanor/Cargo.toml

31 lines
783 B
TOML
Raw Normal View History

2022-09-01 14:35:11 +00:00
[package]
name = "eleanor"
version = "0.1.1"
2022-09-01 14:35:11 +00:00
edition = "2021"
2024-01-27 19:40:58 +00:00
authors = ["Agatha V. Lovelace <agatha@technogothic.net>"]
license = "NVPLv7+"
2022-09-01 14:35:11 +00:00
[dependencies]
adler = "1.0.2"
chrono = "0.4.31"
dirs = "5.0.1"
kdl = "4.6.0"
lofty = "0.18.2"
miette = { version = "5.10.0", features = ["fancy"] }
mime = "0.3.17"
2022-09-01 14:35:11 +00:00
mime_guess = "2.0.4"
owo-colors = "3.5.0"
rayon = "1.8.1"
replaygain = "1.0.1"
sea-orm = { version = "0.12.4", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"] }
sea-orm-migration = "0.12.4"
sea-query = "0.30.2"
symphonia = { version = "0.5.4", features = ["all"] }
2024-01-27 20:29:02 +00:00
thiserror = "1.0.56"
time = "0.3.34"
tokio = { version = "1.33.0", features = ["full"] }
tracing = { version = "0.1.40" }
tracing-core = "0.1.32"
tracing-subscriber = "0.3.18"
walkdir = "2.4.0"