# 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 = "ordpath" version = "0.4.0" authors = ["Yoh Deadfall "] build = false exclude = [".github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the ORDPATH hierarchical labeling scheme" homepage = "https://github.com/yohdeadfall/ordpath/" readme = "README.md" keywords = [ "encoding", "ordering", "hierarchy", "labeling", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/yohdeadfall/ordpath/" [lib] name = "ordpath" path = "src/lib.rs" [[bench]] name = "ordpath" path = "benches/ordpath.rs" harness = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.5.1"