-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from NatLabs/dev
[Feat]: Add support for converting between candid and CBOR
- Loading branch information
Showing
7 changed files
with
427 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
[package] | ||
name = "serde" | ||
version = "2.0.4" | ||
version = "2.1.0" | ||
description = "A serialisation and deserialisation library for Motoko." | ||
repository = "https://github.com/NatLabs/serde" | ||
keywords = [ "json", "candid", "parser", "urlencoded", "serialization" ] | ||
keywords = [ "json", "candid", "cbor", "urlencoded", "serialization" ] | ||
|
||
[dependencies] | ||
base = "0.10.0" | ||
base = "0.10.3" | ||
itertools = "0.1.2" | ||
candid = "1.0.2" | ||
xtended-numbers = "0.2.1" | ||
json = "https://github.com/aviate-labs/json.mo#v0.2.0" | ||
parser-combinators = "https://github.com/aviate-labs/parser-combinators.mo#v0.1.2" | ||
map = "9.0.0" | ||
json = "https://github.com/aviate-labs/json.mo#v0.2.0@99ae3761c09622a98ae45ebd9ad68f01353df336" | ||
parser-combinators = "https://github.com/aviate-labs/parser-combinators.mo#v0.1.2@6a331bf78e9dcd7623977f06c8e561fd1a8c0103" | ||
cbor = "0.1.3" | ||
|
||
[dev-dependencies] | ||
test = "1.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.