[dependencies.chrono]
version = "0.4.38"
[dependencies.uuid]
version = "1.10.0"
[lib]
name = "rsedn"
path = "src/lib.rs"
[package]
authors = ["Jorge Harrisonn <j.h.m.t.v.10@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "parser-implementations"]
description = "A Rust library for reading and writing EDN (Extensible Data Notation) data."
documentation = "https://docs.rs/rsedn"
edition = "2021"
homepage = "https://github.com/OJarrisonn/rsedn"
keywords = ["edn", "serialization", "deserialization", "data"]
license = "MIT"
name = "rsedn"
readme = "README.md"
repository = "https://github.com/OJarrisonn/rsedn"
rust-version = "1.70.0"
version = "0.2.0"
[[test]]
name = "list_process"
path = "tests/list_process.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[[test]]
name = "tagged_element"
path = "tests/tagged_element.rs"