[package] name = "chronologic" version = "0.7.5" edition = "2021" authors = ["Xophe "] license = "MIT" description = "Time constraint reasoning (scheduling...)" repository = "https://github.com/XopheD/chronologic" documentation = "https://docs.rs/chronologic" keywords = ["time","constraint","reasoning"] categories = ["data-structures","algorithms"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.37", default-features = false, features = [ "alloc" ] } embed-doc-image = "0.1.4"