serde-nu 0.2.0

Turn any value into a nu-protocol::Value with serde
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "serde-nu"
version = "0.2.0"
description = "Turn any value into a nu-protocol::Value with serde"
documentation = "https://docs.rs/serde-nu"
license = "MIT"
repository = "https://github.com/lily-mara/serde-nu"
[dependencies.bigdecimal]
version = "0.2"

[dependencies.nu-protocol]
version = "0.34"

[dependencies.nu-source]
version = "0.34"

[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.insta]
version = "1"