File: Cargo.toml.orig

package info (click to toggle)
rust-sorted-iter 0.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sorted-iter"
version = "0.1.11"
authors = ["RĂ¼diger Klaehn <rklaehn@protonmail.com>"]
description = "Typesafe extensions for sorted iterators, including set and relational operations"
repository = "https://github.com/rklaehn/sorted-iter"
license = "MIT OR Apache-2.0"
keywords = ["hash", "digest", "streaming"]
categories = ["cryptography"]
edition = "2018"
readme = "README.md"
homepage = "https://github.com/rklaehn"
[dependencies]

[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.8"
maplit = "1.0"