# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "oeis-utils" version = "0.3.2" authors = ["Jake Vossen "] description = "Parse OEIS database archives" homepage = "https://github.com/jakevossen5/oeis-utils" readme = "README.md" keywords = ["math", "oeis"] categories = ["api-bindings", "encoding", "mathematics", "parsing", "visualization"] license = "MIT" repository = "https://github.com/jakevossen5/oeis-utils" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.3" [dependencies.regex] version = "1.5.4"