# 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" rust-version = "1.70" name = "cdb2" version = "0.7.1" authors = ["Kan-Ru Chen "] description = "Pure Rust library to read and write CDB files" homepage = "https://github.com/kanru/cdb2-rs" readme = "README.md" license = "Unlicense" repository = "https://github.com/kanru/cdb2-rs" [profile.fuzzing] debug = 2 panic = "abort" inherits = "release" [[bench]] name = "cdb" harness = false [dependencies.memmap2] version = "0.9.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tempfile] version = "3.9.0"