# 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 = "2018" name = "preserves" version = "4.996.0" authors = ["Tony Garnock-Jones "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the Preserves serialization format via serde." homepage = "https://preserves.dev/" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/preserves/preserves-rs" [package.metadata.workspaces] independent = true [lib] name = "preserves" path = "src/lib.rs" [[example]] name = "extensibility" path = "examples/extensibility.rs" [[test]] name = "samples_tests" path = "tests/samples_tests.rs" [[bench]] name = "codec" path = "benches/codec.rs" harness = false [dependencies.base64] version = "0.13" [dependencies.dtoa] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dev-dependencies.criterion] version = "0.3" [badges.gitlab] repository = "preserves/preserves"