# 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] name = "bytekey2" version = "0.4.5" authors = [ "Dan Burkert ", "Isitha Subasinghe", ] description = "lexicographic sort-order preserving binary encoding" readme = "README.md" keywords = [ "encoding", "serialization", "library", ] license = "Apache-2.0" repository = "https://github.com/isubasinghe/bytekey" [profile.release] lto = "fat" codegen-units = 1 [dependencies.byteorder] version = "1.3.4" [dependencies.serde] version = "1.0.118" [dependencies.utf-8] version = "0.7.5" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.serde_derive] version = "1.0.118"