Codebase list rust-subtle / 2b1ffdd
RFS: commoncrypto-sys kpcyrd 5 years ago
6 changed file(s) with 29 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5353 because all required dependencies are available in main::
5454
5555 block-buffer (blocked by block-padding)
56 commoncrypto-sys (update to drop clippy)
5657
5758 Delayed/problematic::
5859
0 rust-commoncrypto-sys (0.2.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package commoncrypto-sys 0.2.0 from crates.io using debcargo 2.2.7
3
4 -- kpcyrd <git@rxv.cc> Sat, 15 Sep 2018 16:54:27 +0000
5
06 rust-commoncrypto-sys (0.2.0-1) unstable; urgency=medium
17
28 * Package commoncrypto-sys 0.2.0 from crates.io using debcargo 2.2.5
2121 Files: debian/*
2222 Copyright:
2323 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 FIXME (overlay) Your Name <Your Email>
24 2018 Ximin Luo <infinity0@debian.org>
25 2018 kpcyrd <git@rxv.cc>
2526 License: MIT
2627
2728 License: MIT
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>",
2 "kpcyrd <git@rxv.cc>"]
0 --- a/Cargo.toml 2017-01-24 06:56:51.000000000 +0000
1 +++ b/Cargo.toml 2018-09-15 15:37:47.602333479 +0000
2 @@ -19,14 +19,8 @@
3 keywords = ["crypto", "hash", "digest", "osx", "commoncrypto"]
4 license = "MIT"
5 repository = "https://github.com/malept/rust-commoncrypto"
6 -[dependencies.clippy]
7 -version = "0.0"
8 -optional = true
9
10 [dependencies.libc]
11 version = "0.2"
12 [dev-dependencies.hex]
13 version = "0.2"
14 -
15 -[features]
16 -lint = ["clippy"]