# 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 = "2018" name = "macos-routing-table" version = "0.1.0" description = "macOS Routing table parser" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/shutton/macos-routing-table.git" [dependencies.cidr] version = "0.2" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.mac_address] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.anyhow] version = "1" [lints.clippy] all = "warn" pedantic = "warn"