ankit-engine 0.1.0

High-level workflow operations for Anki via AnkiConnect
Documentation
# 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"
rust-version = "1.85"
name = "ankit-engine"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level workflow operations for Anki via AnkiConnect"
readme = "README.md"
keywords = [
    "anki",
    "flashcards",
    "spaced-repetition",
    "ankiconnect",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshrotenberg/anki-toolkit"
resolver = "2"

[features]
analyze = []
backup = []
deduplicate = []
default = [
    "import",
    "export",
    "organize",
    "analyze",
    "migrate",
    "media",
    "progress",
    "enrich",
    "deduplicate",
    "backup",
]
enrich = []
export = []
import = []
media = []
migrate = []
organize = []
progress = []

[lib]
name = "ankit_engine"
path = "src/lib.rs"

[[example]]
name = "workflow_demo"
path = "examples/workflow_demo.rs"

[[test]]
name = "analyze"
path = "tests/analyze.rs"

[[test]]
name = "backup"
path = "tests/backup.rs"

[[test]]
name = "enrich"
path = "tests/enrich.rs"

[[test]]
name = "import"
path = "tests/import.rs"

[[test]]
name = "organize"
path = "tests/organize.rs"

[[test]]
name = "progress"
path = "tests/progress.rs"

[dependencies.ankit]
version = "0.1.0"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "test-util",
]

[dev-dependencies.wiremock]
version = "0.6"