# 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 = "bim-core" version = "0.15.4" description = "Client core for bench.im." readme = "README.md" license = "GPL-2.0-only" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "bim" path = "src/server.rs" [[bin]] name = "bimc" path = "src/client.rs" [dependencies.env_logger] version = "0.9" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rustls] version = "0.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tiny_http] version = "0.11" [dependencies.url] version = "2" [dependencies.webpki-roots] version = "0.22"