# 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-edsp" version = "0.4.1" build = false exclude = [ ".github", ".idea", ".release-plz.toml", "commitlint.config.mjs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust data model of the APT External Dependency Solver Protocol." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/eviltak/apt-edsp-rs" [lib] name = "apt_edsp" path = "src/lib.rs" [dependencies.nom] version = "7" [dependencies.rfc822-like] version = "0.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.indoc] version = "2"