# 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 = "ankiding" version = "0.1.0" authors = ["Lars Quentin "] description = "Creating Anki-Flashcards within Markdown!" homepage = "https://github.com/lquenti/ankiding" readme = "./README.md" license = "MIT" repository = "https://github.com/lquenti/ankiding" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.comrak] version = "0.15" [dependencies.genanki-rs] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.resvg] version = "0.29" [dependencies.tempfile] version = "3" [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", ] [dependencies.which] version = "4.4"