# 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" name = "edn-format" version = "3.3.0" include = [ "/src", "Cargo.toml", "README.md", "LICENSE.txt", ] description = "Rust implementation of EDN (Extensible Data Notation)" homepage = "https://github.com/bowbahdoe/edn-format" readme = "README.md" keywords = [ "serialization", "serde", "edn", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/bowbahdoe/edn-format" [dependencies.bigdecimal] version = "0.3.0" [dependencies.chrono] version = "0.4.19" [dependencies.internship] version = "0.6.0" [dependencies.itertools] version = "0.10.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.ordered-float] version = "2.8.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"]