# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "rsedn" version = "0.2.0" authors = ["Jorge Harrisonn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for reading and writing EDN (Extensible Data Notation) data." homepage = "https://github.com/OJarrisonn/rsedn" documentation = "https://docs.rs/rsedn" readme = "README.md" keywords = [ "edn", "serialization", "deserialization", "data", ] categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/OJarrisonn/rsedn" [lib] name = "rsedn" path = "src/lib.rs" [[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" [dependencies.chrono] version = "0.4.38" [dependencies.uuid] version = "1.10.0"