# 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 = "rustary" version = "0.1.3" authors = ["Oedon"] exclude = ["/src/books.json"] description = "CLI Book and Audiobook Bibliothek" readme = "README.md" license = "MIT" resolver = "2" [dependencies.serde] version = "1.0.137" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.81" [dependencies.strum] version = "0.24.1" features = ["strum_macros"] [dependencies.strum_macros] version = "0.24.0" [dependencies.tabled] version = "0.7.0" [dependencies.xdg] version = "2.4.1"