# 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" rust-version = "1.75.0" name = "fsrs" version = "1.4.3" authors = ["Open Spaced Repetition"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FSRS for Rust, including Optimizer and Scheduler" homepage = "https://github.com/open-spaced-repetition" readme = "README.md" keywords = [ "spaced-repetition", "algorithm", "fsrs", "machine-learning", ] categories = [ "algorithms", "science", ] license = "BSD-3-Clause" repository = "https://github.com/open-spaced-repetition/fsrs-rs" [lib] name = "fsrs" path = "src/lib.rs" [[example]] name = "migrate" path = "examples/migrate.rs" [[example]] name = "optimize" path = "examples/optimize.rs" [[example]] name = "schedule" path = "examples/schedule.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.burn] version = "0.13.2" features = [ "std", "train", "ndarray", ] default-features = false [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.priority-queue] version = "2.1.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.193" [dependencies.snafu] version = "0.8.0" [dependencies.strum] version = "0.26.1" features = ["derive"] [dev-dependencies.burn] version = "0.13.2" features = [ "std", "train", "ndarray", "sqlite-bundled", ] default-features = false [dev-dependencies.chrono] version = "0.4.31" features = [ "std", "clock", ] default-features = false [dev-dependencies.chrono-tz] version = "0.8.4" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.fern] version = "0.6.0" [dev-dependencies.rusqlite] version = "0.30.0"