File: Cargo.toml.orig

package info (click to toggle)
rust-random-trait 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "random-trait"
version = "0.1.1"
authors = ["Elichai Turkel <elichai.turkel@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Rust library for a random trait meant to produce random generic types"
categories = ["algorithms", "no-std", "development-tools::testing", "cryptography"]
keywords = ["rand", "random", "random-rs", "rng"]

include = [
    "**/*.rs",
    "Cargo.toml",
]

[dependencies]
doc-comment = { version = "0.3", optional = true }

[features]
u128 = []


[badges]
travis-ci = { repository = "elichai/random-rs" }