# 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" rust-version = "1.56" name = "apt-parser" version = "1.0.6" authors = ["Aarnav Tale "] exclude = [ "/.vscode", "/test", "/target", ".gitignore", ".rustfmt.toml", ] description = "A parser for the APT package manager's package lists" homepage = "https://github.com/cnstr/apt-parser#readme" readme = "README.md" keywords = [ "apt", "parser", "package", "list", "debian", ] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/cnstr/apt-parser" [dependencies.rayon] version = "1.6.1" [dependencies.regex] version = "1.7.1"