# 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 = "2018" name = "aocf" version = "0.1.21" authors = ["Ed Cragg "] description = "A crate and CLI helper tool for Advent of Code" readme = "README.md" keywords = [ "advent", "code", "cli", "tool", "helper", ] license = "ISC" repository = "https://github.com/nuxeh/aocf" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.diesel] version = "1.4.5" features = ["sqlite"] optional = true [dependencies.failure] version = "0.1.8" [dependencies.html2md] version = "0.2.10" optional = true [dependencies.libsqlite3-sys] version = ">=0.8.0, <0.21.0" features = [ "min_sqlite_version_3_7_16", "bundled", ] optional = true [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.117" [dependencies.serde_derive] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.tempfile] version = "3.1.0" [dependencies.ureq] version = "2.2.0" [features] default = [] html_parsing = ["html2md"] sqlite = [ "diesel", "libsqlite3-sys", ]