# 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 = "apt-sources" version = "0.1.0" authors = ["MichaƂ Fita <4925040+michalfita@users.noreply.github.com>"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for APT source files (package repositories specification)" homepage = "https://github.com/jelmer/deb822-lossless" readme = false keywords = [ "debian", "deb822", "rfc822", "edit", "apt", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/jelmer/deb822-lossless" [lib] name = "apt_sources" path = "src/lib.rs" [[example]] name = "source-for-docker" path = "examples/source-for-docker.rs" [dependencies.deb822-lossless] version = ">=0.2" features = ["derive"] [dependencies.url] version = "2.5.4" features = ["serde"] [dev-dependencies.indoc] version = "2.0.5"