File: Cargo.toml.orig

package info (click to toggle)
rust-versions 6.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "versions"
version = "6.3.2"
authors = ["Colin Woodbury <colin@fosskers.ca>"]
edition = "2021"
description = "A library for parsing and comparing software version numbers."
homepage = "https://github.com/fosskers/rs-versions"
repository = "https://github.com/fosskers/rs-versions"
readme = "README.md"
license = "MIT"
keywords = ["version", "compare", "semantic"]
categories = ["parser-implementations"]

[dependencies]
itertools = "0.13"
nom = "7.1"
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
semver = "1.0"
semver-parser = "0.10"
serde_json = "1.0"