# 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 = "2021" name = "metamath-rs" version = "0.3.8" authors = [ "David A. Wheeler ", "Stefan O'Rear ", ] description = "A library manipulating Metamath databases, including a parallel and incremental verifier for Metamath databases" readme = "README.md" keywords = [ "theorem", "proving", "verifier", "proof", "assistant", ] categories = [ "command-line-utilities", "development-tools", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/metamath/metamath-knife" [dependencies.annotate-snippets] version = "0.9" [dependencies.dot-writer] version = "0.1.2" optional = true [dependencies.filetime] version = "0.2" [dependencies.fnv] version = "1.0" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5" features = [ "std", "perf", ] default-features = false [dependencies.tinyvec] version = "1.5" [dependencies.typed-arena] version = "2.0" [dependencies.xml-rs] version = "0.8.14" optional = true [dev-dependencies.assert_matches] version = "1.5" [features] default = ["annotate-snippets/color"] dot = ["dot-writer"] xml = ["xml-rs"]