# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "debcontrol" version = "0.1.1" authors = ["Felix Krull "] description = "Parse Debian control files" readme = "README.md" keywords = ["deb", "debian", "control", "dpkg"] license = "MIT" repository = "https://gitlab.com/fkrull/debcontrol-rs" [[example]] name = "streaming" required-features = ["std"] [dependencies.nom] version = "5.1.0" features = ["alloc"] default-features = false [dev-dependencies.anyhow] version = "1.0.26" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.indoc] version = "0.3.4" [dev-dependencies.json] version = "0.12.1" [features] default = ["std", "verbose-errors"] std = ["nom/std"] verbose-errors = []