[package] name = "ankiding" version = "0.1.0" edition = "2021" description = "Creating Anki-Flashcards within Markdown!" homepage = "https://github.com/lquenti/ankiding" repository = "https://github.com/lquenti/ankiding" license = "MIT" authors = ["Lars Quentin "] readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" chrono = "0.4" clap = { version = "4.0", features = ["derive"] } comrak = "0.15" genanki-rs = "0.3" lazy_static = "1.4.0" rand = "0.8" regex = "1.7.0" reqwest = { version = "0.11", features = ["blocking", "json"] } tempfile = "3" url = "2.3.1" uuid = { version = "1.3.0", features = ["v4", "fast-rng"] } which = "4.4" resvg = "0.29"