# 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-rs" version = "0.3.3" authors = ["Alessandro Ferrara"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous Rust library for interfacing with MikroTik routers" readme = "README.md" keywords = [ "mikrotik", "router", "api", "async", "tokio", ] categories = [ "api-bindings", "asynchronous", "network-programming", "embedded", ] license = "MIT" repository = "https://github.com/ferrohd/mikrotik-rs" [lib] name = "mikrotik_rs" path = "src/lib.rs" doctest = false [dependencies.getrandom] version = "0.2.12" features = ["std"] default-features = false [dependencies.tokio] version = "1.36.0" features = [ "net", "sync", "signal", "rt", "macros", "io-util", ] [lints.rust] unsafe_code = "forbid"