[package] name = "oeis-utils" version = "0.3.2" edition = "2018" authors = ["Jake Vossen "] description = "Parse OEIS database archives" readme = "README.md" homepage = "https://github.com/jakevossen5/oeis-utils" repository = "https://github.com/jakevossen5/oeis-utils" license = "MIT" keywords = ["math", "oeis"] categories = ["api-bindings", "encoding", "mathematics", "parsing", "visualization"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" num-bigint = "0.4.3" regex = "1.5.4"