# 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 = "seen" version = "0.1.0-alpha.1" exclude = ["Makefile"] description = "Store and search through the content you have seen." readme = "README.md" keywords = [ "cli", "web", "archive", "search", "index", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://jirijakes.com/code/seen" [dependencies.chromiumoxide] version = "0.4.0" features = ["tokio-runtime"] default-features = false [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.comfy-table] version = "6.1.4" [dependencies.directories] version = "4.0.1" [dependencies.futures] version = "0.3.25" [dependencies.html2text] version = "0.4.5" [dependencies.http-serde] version = "1.1.2" [dependencies.isahc] version = "1.7.2" [dependencies.miette] version = "5.5.0" features = ["fancy"] [dependencies.mime] version = "0.3.16" [dependencies.readable-readability] version = "0.4.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sqlx] version = "0.6.2" features = [ "sqlite", "runtime-tokio-native-tls", "uuid", "time", ] [dependencies.tantivy] version = "0.19.1" [dependencies.tempfile] version = "3.3.0" [dependencies.termimad] version = "0.20.6" [dependencies.textwrap] version = "0.16.0" [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3.17" features = [ "macros", "std", "formatting", "local-offset", "serde-human-readable", ] [dependencies.tokio] version = "1.24.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" features = ["fs"] [dependencies.toml] version = "0.5.10" [dependencies.typetag] version = "0.2.5" [dependencies.uuid] version = "1.2.2" [dependencies.webpage] version = "1.5.0" [dev-dependencies.serde_test] version = "1.0.152"