# 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 = "preserves2" version = "1.996.0" authors = ["Tony Garnock-Jones "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the Preserves serialization format." 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 = "preserves2" path = "src/lib.rs" [[example]] name = "extensibility" path = "examples/extensibility.rs" [[test]] name = "interpreter_spec" path = "tests/interpreter_spec.rs" [[test]] name = "read_samples" path = "tests/read_samples.rs" [[test]] name = "samples_tests" path = "tests/samples_tests.rs" [[test]] name = "static_view" path = "tests/static_view.rs" [[bench]] name = "codec" path = "benches/codec.rs" harness = false [[bench]] name = "serde" path = "benches/serde.rs" harness = false [dependencies.base64] version = "0.13" [dependencies.bytemuck] version = "1.12" features = ["extern_crate_alloc"] [dependencies.dtoa] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dev-dependencies.criterion] version = "0.3" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_bytes", ] [badges.gitlab] repository = "preserves/preserves"