# 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 = "bookshelf" version = "1.1.4" authors = ["ChocolateOverflow"] description = "A small and modular media manager" license = "GPL-3.0" repository = "https://github.com/ChocolateOverflow/shelf" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.bincode] version = "1.3.1" [dependencies.clap] version = "~3.0.0-beta.2" features = ["yaml"] [dependencies.dirs-next] version = "2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.shellexpand] version = "2.1" [dependencies.termion] version = "1" [dependencies.tui] version = "0.14" features = ["termion"] default-features = false