# 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 = "mikrotik_api" version = "0.3.0" description = "Rust library & minimal client to connect and interact with Mikrotik RouterOS API, usually exposed on port 8728" homepage = "https://github.com/Nic0w/mikrotik-api-rs" readme = "README.md" categories = [ "api-bindings", "asynchronous", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/Nic0w/mikrotik-api-rs" resolver = "2" [profile.release] lto = true strip = true [dependencies.bytes] version = "1.2.1" [dependencies.clap] version = "4.0.4" features = ["derive"] [dependencies.futures] version = "0.3.24" [dependencies.hex] version = "0.4.3" [dependencies.human_bytes] version = "0.3.1" [dependencies.log] version = "0.4.17" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.simple_logger] version = "2.3.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [features]