# 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 = "esexpr" version = "0.1.17" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ESExpr serialization format and related utilities." homepage = "https://github.com/argon-lang/esexpr" documentation = "https://docs.rs/esexpr" readme = "README.md" categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/argon-lang/esexpr" [lib] name = "esexpr" path = "src/lib.rs" [[test]] name = "derive_tests" path = "tests/derive_tests.rs" [dependencies.derive_more] version = "0.99.17" [dependencies.esexpr-derive] version = "0.1.17" [dependencies.num-bigint] version = "0.4.5" [dependencies.num-integer] version = "0.1.46" [features] default = []