1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

chore: publish serde_v8, bump version (#9898)

This commit is contained in:
Ryan Dahl 2021-03-26 03:51:38 -04:00 committed by GitHub
parent f774cae931
commit 9f9db6accd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

2
Cargo.lock generated
View file

@ -2741,7 +2741,7 @@ dependencies = [
[[package]]
name = "serde_v8"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"rusty_v8",
"serde",

View file

@ -23,7 +23,7 @@ pin-project = "1.0.5"
rusty_v8 = "0.21.0"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = { version = "1.0.62", features = ["preserve_order"] }
serde_v8 = { version = "0.0.0", path = "../serde_v8" }
serde_v8 = { version = "0.1.0", path = "../serde_v8" }
smallvec = "1.6.1"
url = { version = "2.2.0", features = ["serde"] }

View file

@ -1,9 +1,12 @@
[package]
name = "serde_v8"
version = "0.0.0"
authors = ["Aaron O'Mullan <aaron.omullan@gmail.com>"]
version = "0.1.0"
authors = ["the Deno authors"]
edition = "2018"
description = "Rust to V8 serialization and deserialization"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
[dependencies]
serde = { version = "1.0.123", features = ["derive"] }

View file

@ -1,5 +1,7 @@
# serde_v8
Author: Aaron O'Mullan <aaron.omullan@gmail.com>
Serde support for encoding/decoding (rusty_)v8 values.
Broadly `serde_v8` aims to provide an expressive but ~maximally efficient