[package] name = "caldyn" version = "0.4.3" authors = ["Luthaf "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/Luthaf/caldyn" homepage = "https://github.com/Luthaf/caldyn" documentation = "https://docs.rs/caldyn/" description = """ Dynamic evaluation of mathematical expressions """ [dependencies] lazy_static = "1" [dev-dependencies] rustyline = "1" shellexpand = "1" [badges] travis-ci = {repository = "Luthaf/caldyn"} codecov = {repository = "Luthaf/caldyn"} maintenance = { status = "actively-developed" }