# 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 = "simbiota-tlsh" version = "1.1.0" authors = ["Ukatemi Technologies Ltd"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure-rust implementation of Trendmicro's TLSH algorithm, featuring the same optimizations found in the reference implementation." homepage = "https://simbiota.io" readme = "README.md" keywords = [ "tlsh", "similarity-hash", "hash", "locality", "locality-sensitive", ] license-file = "LICENSE" repository = "https://github.com/simbiota/simbiota-tlsh" [profile.release] opt-level = 3 lto = true codegen-units = 1 overflow-checks = false [lib] name = "simbiota_tlsh" path = "src/lib.rs" [[bin]] name = "speedtest" path = "src/bin/speedtest.rs" [[bin]] name = "tlsh" path = "src/bin/cli.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.cpufeatures] version = "0.2.12" [dependencies.ctor] version = "0.2.8" [dependencies.hex] version = "0.4.3"