# 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 = "tun-route-daemon" version = "0.1.5" authors = ["abdullah ince"] description = "A Rust-based daemon for managing and monitoring TUN devices and their routing configurations." readme = "README.md" license = "MIT" [lib] name = "tun_route_daemon" path = "src/lib.rs" [[bin]] name = "tun-route-daemon" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.net-route] version = "0.2.5" [dependencies.pnet] version = "0.34.0" [dependencies.regex] version = "1.9.4" [dependencies.tokio] version = "1" features = ["full"]