# 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 = "favlist" version = "2.0.0" authors = ["Spenser Black "] exclude = [".travis.yml", ".editorconfig", ".github/*", ".gitignore", "images/*", "CHANGELOG.md"] description = "Create and manage lists using SQLite" readme = "README.md" keywords = ["list", "sqlite"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/spenserblack/favlist" [dependencies.check-latest] version = "0.4" optional = true [dependencies.clap] version = "2.33" [dependencies.crossterm] version = "0.17" optional = true [dependencies.indexmap] version = "1.5" features = ["serde-1"] [dependencies.lazy_static] version = "1.4" [dependencies.prettytable-rs] version = "0.8" default-features = false [dependencies.regex] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tui] version = "0.10" features = ["crossterm"] optional = true default-features = false [dev-dependencies.assert_matches] version = "1.3" [dev-dependencies.pretty_assertions] version = "0.6" [features] default = ["favlist-tui"] favlist-tui = ["tui", "crossterm"] [target."cfg(not(windows))".dependencies.rusqlite] version = "0.22" [target."cfg(windows)".dependencies.rusqlite] version = "0.22" features = ["bundled"] [badges.is-it-maintained-issue-resolution] repository = "spenserblack/favlist" [badges.is-it-maintained-open-issues] repository = "spenserblack/favlist" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "spenserblack/favlist"