chronologic 0.7.12

Time constraint reasoning (scheduling...)
Documentation
[dependencies.chrono]
default-features = false
features = ["alloc"]
version = "0.4.40"

[dependencies.embed-doc-image]
version = "0.1.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

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

[package]
authors = ["Xophe <christophe.dousson@me.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "Time constraint reasoning (scheduling...)"
documentation = "https://docs.rs/chronologic"
edition = "2021"
keywords = ["time", "constraint", "reasoning"]
license = "MIT"
name = "chronologic"
readme = "README.md"
repository = "https://github.com/XopheD/chronologic"
version = "0.7.12"