# 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 = "2018" name = "hirofa_utils" version = "0.7.4" authors = ["HiRoFa "] description = "Utils project which is depended on by several other projects" readme = "README.md" license = "MIT" repository = "https://github.com/HiRoFa/utils" [[bench]] name = "benchmarks" harness = false [dependencies.anyhow] version = "1" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.string_cache] version = "0.8" [dependencies.thread-id] version = "4" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", ] [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", ] default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.simple-logging] version = "2" [dev-dependencies.tokio] version = "1" features = ["macros"]