[package] name = "ekore" description = "EKO expressions" authors.workspace = true readme.workspace = true categories.workspace = true edition.workspace = true keywords.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.1" float-cmp = "0.9.0" hashbrown = "0.14"