# 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.70" name = "assorted-debian-utils" version = "0.7.3" authors = ["Sebastian Ramacher "] build = false exclude = [ "tests/excuses.rs", "tests/data/*.yaml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of various utilities for Debian work" readme = "README.md" keywords = ["debian"] license = "LGPL-3.0-or-later" repository = "https://github.com/sebastinas/drt-tools" [lib] name = "assorted_debian_utils" path = "src/lib.rs" [[test]] name = "releases" path = "tests/releases.rs" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.hex] version = "0.4" features = ["std"] default-features = false [dependencies.rfc822-like] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_yaml] version = "0.9" [dependencies.smallvec] version = "1" features = [ "serde", "union", ] default-features = false [dependencies.thiserror] version = "1"