# 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 = "serde_avro_fast" version = "2.0.0" authors = ["Thomas BESSOU "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An idiomatic implementation of serde/avro (de)serialization" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/Ten0/serde_avro_fast" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "serde_avro_fast" path = "src/lib.rs" [[test]] name = "duration" path = "tests/duration.rs" [[test]] name = "from_benches" path = "tests/from_benches.rs" [[test]] name = "max_depth_prevents_stack_overflow" path = "tests/max_depth_prevents_stack_overflow.rs" [[test]] name = "no_cyclic_debug_on_schema" path = "tests/no_cyclic_debug_on_schema.rs" [[test]] name = "object_container_file_encoding" path = "tests/object_container_file_encoding.rs" [[test]] name = "owned_writer" path = "tests/owned_writer.rs" [[test]] name = "round_trips" path = "tests/round_trips.rs" [[test]] name = "schema" path = "tests/schema.rs" [[test]] name = "schema_construction" path = "tests/schema_construction.rs" [[test]] name = "single_object_encoding" path = "tests/single_object_encoding.rs" [[test]] name = "unions" path = "tests/unions.rs" [[bench]] name = "object_container_file_encoding" path = "benches/object_container_file_encoding.rs" harness = false [[bench]] name = "single" path = "benches/single.rs" harness = false [dependencies.bzip2] version = "0.4" optional = true [dependencies.crc32fast] version = "1" optional = true [dependencies.flate2] version = "1" optional = true [dependencies.integer-encoding] version = "4" default-features = false [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rust_decimal] version = "1" features = ["serde-with-str"] default-features = false [dependencies.serde] version = "1" [dependencies.serde-transcode] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_serializer_quick_unsupported] version = "0.1" [dependencies.snap] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.xz2] version = "0.1" optional = true [dependencies.zstd] version = "0.13" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.apache-avro] version = "0.17" features = [ "bzip", "snappy", "xz", "zstandard", ] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.paste] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.serde-tuple-vec-map] version = "1" [dev-dependencies.serde_bytes] version = "0.11" [features] default = ["deflate"] deflate = ["flate2"] snappy = [ "snap", "crc32fast", ] xz = ["xz2"] zstandard = ["zstd"] [lints.clippy] explicit_auto_deref = "allow" missing_safety_doc = "deny" needless_lifetimes = "allow" single_match = "allow" tabs_in_doc_comments = "allow" undocumented_unsafe_blocks = "deny" unwrap_or_default = "allow" [lints.rust] missing_docs = "warn"