hashcards 0.4.0

A plain text-based spaced repetition system.
# 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 = "2024"
name = "hashcards"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A plain text-based spaced repetition system."
homepage = "https://github.com/eudoxia0/hashcards"
readme = "README.md"
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/eudoxia0/hashcards"

[[bin]]
name = "hashcards"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.8"

[dependencies.blake3]
version = "1.8.3"

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.32"

[dependencies.maud]
version = "0.27.0"

[dependencies.open]
version = "5.3.3"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.pulldown-cmark]
version = "0.13.3"

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "fs",
    "signal",
]

[dependencies.toml]
version = "1.1.2"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.portpicker]
version = "0.1.1"

[dev-dependencies.reqwest]
version = "0.13.3"
features = ["form"]

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
collapsible_if = "allow"
single_match = "allow"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"