# 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 = "azamcodec" version = "0.1.4" authors = ["Azamshul Azizy "] description = "Encoder and decoder library for Azam Codec" readme = "README.md" keywords = [ "azam", "identifier", "sortable", ] categories = [ "encoding", "decoding", "data-structures", ] license = "MIT" repository = "https://github.com/azam/azamcodec-rs" [package.metadata.docs.rs] all-features = true [lib] name = "azamcodec" [[bench]] name = "decode_benchmark" path = "benches/decode_benchmark.rs" harness = false [[bench]] name = "encode_benchmark" path = "benches/encode_benchmark.rs" harness = false [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]