nushell/crates/nu-serde/Cargo.toml

20 lines
498 B
TOML
Raw Normal View History

[package]
name = "nu-serde"
version = "0.34.1"
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 = "0.2"
nu-protocol = { version = "0.34.1", path = "../nu-protocol" }
nu-source = { version = "0.34.1", path = "../nu-source" }
serde = "1"
thiserror = "1"
[dev-dependencies]
insta = "1"