# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "listui_lib" version = "0.2.0" authors = ["gulis1"] description = "Library with various utilities used by the lisTUI music player." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/gulis1/lisTUI" resolver = "1" [dependencies.diesel] version = "2.0.3" features = ["sqlite"] [dependencies.diesel_migrations] version = "2.0.0" [dependencies.libsqlite3-sys] version = "0.25.2" features = ["bundled"] [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.soloud] version = "1.0.2" [dependencies.tokio] version = "1.26.0" features = ["process"]