# 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 = "cultura" version = "1.0.0" authors = ["Anthony HAMON "] description = "Enhance your knowledge day by day, directly from your terminal" readme = "README.md" license = "MIT" repository = "https://github.com/antham/cultura" [dependencies.chrono] version = "0.4.26" [dependencies.colored] version = "2.0.0" [dependencies.daemonize] version = "0.5.0" [dependencies.dyn-clone] version = "1.0.11" [dependencies.home] version = "0.5.5" [dependencies.nix] version = "0.26.2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.scraper] version = "0.16.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.7.3" [dependencies.typetag] version = "0.2" [dependencies.uuid] version = "1.3.1" features = ["v4"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.5.0"