# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "seiri" version = "2.0.12" authors = ["Ronny Chan "] description = "Support library for seiri music manager" license = "MIT" [lib] name = "seiri" [dependencies.app_dirs] version = "1.2.1" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "3" [dependencies.humantime] version = "2" [dependencies.itertools] version = "0.9" [dependencies.katatsuki] version = "1.0.11" [dependencies.quick-error] version = "2" [dependencies.r2d2] version = "0.8" [dependencies.r2d2_sqlite] version = "0.17.0" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.4.2" [dependencies.rusqlite] version = "0.24" features = ["bundled", "functions"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5"