File: Cargo.toml.orig

package info (click to toggle)
rust-compare 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: sh: 13; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "compare"
version = "0.1.0"
license = "MIT/Apache-2.0"
description = "Experimental comparators for collections to be generic over"

authors = [
    "Alexis Beingessner <a.beingessner@gmail.com>",
    "Andrew Paseltiner <apaseltiner@gmail.com>",
]

repository = "https://github.com/contain-rs/compare"
homepage = "https://github.com/contain-rs/compare"
documentation = "https://contain-rs.github.io/compare/compare"
keywords = ["data-structures"]
readme = "README.md"