zinzen 0.3.0

Algorithm for auto-scheduling time-constrained tasks on a timeline
# 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.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algorithm for auto-scheduling time-constrained tasks on a timeline"
homepage = "https://codeberg.org/tijlleenders/ZinZen-scheduler.git"
readme = "README.md"
keywords = [
    "zinzen",
    "scheduler",
    "todo",
]
categories = [
    "algorithms",
    "date-and-time",
    "wasm",
]
license-file = "LICENSE.md"
repository = "https://codeberg.org/tijlleenders/ZinZen-scheduler.git"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-O4",
    "--enable-bulk-memory",
]

[features]
default = ["new-tests"]
dhat-heap = ["dhat"]
experimental-testset = []
new-tests = []
skip-test-generation = []
with-logging = []

[lib]
name = "scheduler"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "main"
path = "src/bin/main.rs"

[[bin]]
name = "regen_snapshots"
path = "src/bin/regen_snapshots.rs"

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

[[bench]]
name = "scheduler"
path = "benches/scheduler.rs"
harness = false

[dependencies.chrono]
version = "0.4.38"
features = [
    "wasmbind",
    "serde",
]

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.dhat]
version = "0.3.2"
optional = true

[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"
features = ["serde-serialize"]

[dev-dependencies]

[build-dependencies]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]

[profile.release]
opt-level = 3
lto = true
debug = 0