Compare commits
4 Commits
morganava/
...
fix/13
| Author | SHA1 | Date | |
|---|---|---|---|
| 64244ab27e | |||
|
|
7e4eeb67f2 | ||
|
|
924f79f6a3 | ||
|
|
b414834c62 |
17
Cargo.toml
17
Cargo.toml
@@ -1,21 +1,18 @@
|
||||
[package]
|
||||
name = "simple_asn1"
|
||||
version = "0.6.2"
|
||||
version = "0.4.0"
|
||||
authors = ["Adam Wick <awick@uhsure.com>"]
|
||||
description = "A simple DER/ASN.1 encoding/decoding library."
|
||||
categories = ["encoding"]
|
||||
keywords = ["ASN1","encoding","DER"]
|
||||
license = "ISC"
|
||||
license-file = "LICENSE"
|
||||
repository = "https://github.com/acw/simple_asn1"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
num-bigint = { default-features = false, version = "0.4" }
|
||||
num-traits = { default-features = false, version = "0.2" }
|
||||
thiserror = { default-features = false, version = "1" }
|
||||
time = { default-features = false, version = "0.3", features = ["formatting", "macros", "parsing"] }
|
||||
chrono = "^0.4.0"
|
||||
num-bigint = "^0.2.0"
|
||||
num-traits = "^0.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1.0.3"
|
||||
rand = "0.8.4"
|
||||
time = { default-features = false, version = "0.3", features = ["formatting", "large-dates", "macros", "parsing", "quickcheck"] }
|
||||
quickcheck = "^0.7.1"
|
||||
rand = "0.5.5"
|
||||
|
||||
895
src/lib.rs
895
src/lib.rs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user