Skip to content

Commit

Permalink
update deps and README and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Jul 25, 2019
1 parent e91b5e6 commit ed83dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ name = "cddl"
description = "Parser for the Concise data definition language (CDDL)"
repository = "https://github.com/anweiss/cddl"
license = "MIT"
version = "0.3.3"
version = "0.3.4"
authors = ["Andrew Weiss <[email protected]>"]
readme = "README.md"
edition = "2018"

[dependencies]
serde_json = { version = "1.0", optional = true, default-features = false }
serde_cbor = { version = "0.10", optional = true }
crossterm = "0.9"
half = "1.3"
lexical-core = "^0.4"
clap = "2.33"

[features]
default = ["std"]
std = ["serde_json"]
std = ["serde_json", "serde_cbor"]

[[bin]]
name = "cddl"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ JSON validation is dependent on the heap allocated [`Value`](https://docs.rs/ser

Below is a graph of the dependencies used by this project:

![cddl dependencies](dep-graph.png)
![cddl dependencies](https://github.com/anweiss/cddl/raw/master/dep-graph.png)

0 comments on commit ed83dde

Please sign in to comment.