nu-serde 0.44.0

Turn any value into a nu-protocol::Value with serde
Documentation
[package]
name = "nu-serde"
version = "0.44.0"
edition = "2018"
authors = ["The Nu Project Contributors"]
description = "Turn any value into a nu-protocol::Value with serde"
license = "MIT"
repository = "https://github.com/nushell/nushell"
documentation = "https://docs.rs/nu-serde"

[dependencies]
bigdecimal = { package = "bigdecimal", version = "0.3.0", features = ["serde"] }
nu-protocol = { version = "0.44.0", path = "../nu-protocol" }
nu-source = { version = "0.44.0", path = "../nu-source" }
serde = "1"
thiserror = "1"

[dev-dependencies]
insta = "1"