File: Cargo.toml.orig

package info (click to toggle)
rust-enum-primitive 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 124 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "enum_primitive"
version = "0.1.1"
license = "MIT"
description = "Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0"
authors = ["Anders Kaseorg <andersk@mit.edu>"]
documentation = "https://andersk.github.io/enum_primitive-rs/enum_primitive/"
repository = "https://github.com/andersk/enum_primitive-rs.git"
homepage = "https://github.com/andersk/enum_primitive-rs"
readme = "README.md"

[dependencies.num-traits]
version = "0.1.32"
default-features = false