File: Cargo.toml.orig

package info (click to toggle)
rust-base32 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "base32"
version = "0.4.0"
authors = [ "Andreas Ots <qrpth@qrpth.eu>", "Tim Dumol <tim@timdumol.com>" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/andreasots/base32"
description = "Base32 encoder/decoder for Rust"

[lib]

name = "base32"

[dev-dependencies]
quickcheck = "0.7.1"
rand = "0.5.5"