# 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 = "genanki-rs" version = "0.4.0" authors = ["Yannick Funk "] description = "Crate to create decks for the open source flashcard platform Anki. Based on Python library genanki" readme = "README.md" license = "MIT" repository = "https://github.com/yannickfunk/genanki-rs" [dependencies.fancy-regex] version = "0.5.0" [dependencies.ramhorns] version = "0.10.2" [dependencies.rusqlite] version = "0.25.1" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.32" [dependencies.zip] version = "0.5.12" [dev-dependencies.anyhow] version = "1.0.62" [dev-dependencies.pyo3] version = "0.13.2" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.uuid] version = "0.8" features = ["v4"]