# 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 = "zinzen" version = "0.2.1" description = "Algorithm for auto-scheduling time-constrained tasks on a timeline" homepage = "https://github.com/tijlleenders/ZinZen-scheduler" readme = "README.md" keywords = [ "zinzen", "scheduler", "todo", ] categories = [ "algorithms", "date-and-time", "wasm", ] license = "AGPL-3.0-or-later" repository = "https://github.com/tijlleenders/ZinZen-scheduler" [profile.release] opt-level = 3 lto = true debug = 0 [lib] name = "scheduler" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = [ "wasmbind", "serde", ] [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.env_logger] version = "0.11.5" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0.132" [dependencies.wasm-bindgen] version = "0.2.92" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.45" [build-dependencies.cc] version = "1.1.31" [features] default = [ "new-tests", "with-logging", ] experimental-testset = [] new-tests = [] skip-test-generation = [] with-logging = []