# 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" rust-version = "1.56" name = "modbus-proxy-rs" version = "1.0.0" authors = ["Tiago Coutinho "] publish = true description = "Modbus TCP proxy" homepage = "https://github.com/tiagocoutinho/modbus-proxy-rs" readme = "README.md" keywords = ["modbus", "TCP", "proxy", "bridge"] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/tiagocoutinho/modbus-proxy-rs" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.config] version = "0.11" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3.19" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.15" features = ["rt", "net", "macros", "io-util", "sync", "time"] [target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator] version = "0.3" [badges.maintenance] status = "experimental"