# 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 = "hash-table-id" version = "0.1.0" authors = ["chaosmo "] exclude = [ "demo.png", "hash-table-id.alfredworkflow", ] description = "get table num for key's hash code" homepage = "https://github.com/qingmo/hash-table-id" documentation = "https://docs.rs/hash-table-id/" readme = "README.md" keywords = [ "hash", "split-table", "java", ] license = "MIT" repository = "https://github.com/qingmo/hash-table-id" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.exitcode] version = "1.1.2"