# 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 = "tailcall-chunk" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations." documentation = "https://docs.rs/tailcall-chunk" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tailcallhq/tailcall-chunk" [lib] name = "tailcall_chunk" path = "src/lib.rs" [[test]] name = "ci" path = "tests/ci.rs" [[bench]] name = "operations" path = "benches/operations.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.gh-workflow] version = "0.4"