# 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 = "lowestbins" version = "1.4.1" authors = ["Tricked-dev "] exclude = [ ".vscode/settings.json", "makefile", ] default-run = "lowestbins" description = "Lowestbins made in rust for maximum efficiency" homepage = "https://lb.tricked.pro" documentation = "https://docs.rs/lowestbins" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/tricked-dev/lowestbins" [package.metadata.docs.rs] no-default-features = true [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = true strip = true [profile.release.package."*"] opt-level = 3 [[bin]] name = "update_display_names" path = "./update_display_names.rs" [[bench]] name = "bench_main" harness = false [dependencies.anyhow] version = "1.0.65" features = ["backtrace"] [dependencies.base64] version = "0.13" [dependencies.ctrlc] version = "3.2" [dependencies.dashmap] version = "5.4" features = ["serde"] [dependencies.flate2] version = "1" [dependencies.futures-util] version = "0.3.24" [dependencies.hematite-nbt] version = "0.5.2" [dependencies.hyper] version = "0.14" features = [ "server", "runtime", "stream", "http1", "http2", ] [dependencies.isahc] version = "1.7.2" features = ["http2"] default-features = false [dependencies.mimalloc] version = "0" default-features = false [dependencies.once_cell] version = "1" [dependencies.regex] version = "1.6.0" [dependencies.rmp-serde] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simd-json] version = "0.6" optional = true [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.15" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [build-dependencies.colored] version = "2.0" [build-dependencies.rmp-serde] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [features] default = ["simd"] simd = ["simd-json"]