63 lines
1.3 KiB
TOML
63 lines
1.3 KiB
TOML
|
|
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||
|
|
#
|
||
|
|
# When uploading crates to the registry Cargo will automatically
|
||
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
||
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
||
|
|
# to registry (e.g., crates.io) dependencies.
|
||
|
|
#
|
||
|
|
# If you are reading this file be aware that the original Cargo.toml
|
||
|
|
# will likely look very different (and much more reasonable).
|
||
|
|
# See Cargo.toml.orig for the original contents.
|
||
|
|
|
||
|
|
[package]
|
||
|
|
edition = "2018"
|
||
|
|
name = "yasna"
|
||
|
|
version = "0.5.2"
|
||
|
|
authors = ["Masaki Hara <ackie.h.gmai@gmail.com>"]
|
||
|
|
include = [
|
||
|
|
"src/**/*.rs",
|
||
|
|
"Cargo.toml",
|
||
|
|
]
|
||
|
|
description = "ASN.1 library for Rust"
|
||
|
|
homepage = "https://github.com/qnighy/yasna.rs"
|
||
|
|
documentation = "https://docs.rs/yasna"
|
||
|
|
readme = "README.md"
|
||
|
|
keywords = [
|
||
|
|
"parser",
|
||
|
|
"serialization",
|
||
|
|
]
|
||
|
|
license = "MIT OR Apache-2.0"
|
||
|
|
repository = "https://github.com/qnighy/yasna.rs"
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
features = [
|
||
|
|
"num-bigint",
|
||
|
|
"bit-vec",
|
||
|
|
"time",
|
||
|
|
"std",
|
||
|
|
]
|
||
|
|
|
||
|
|
[dependencies.bit-vec]
|
||
|
|
version = "0.6.1"
|
||
|
|
features = ["std"]
|
||
|
|
optional = true
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[dependencies.num-bigint]
|
||
|
|
version = "0.4"
|
||
|
|
optional = true
|
||
|
|
|
||
|
|
[dependencies.time]
|
||
|
|
version = "0.3.1"
|
||
|
|
features = ["std"]
|
||
|
|
optional = true
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[dev-dependencies.num-traits]
|
||
|
|
version = "0.2"
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = []
|
||
|
|
std = []
|