# 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 = "swan-updown" version = "0.3.1" authors = ["Zhang Zongyu "] description = "swan-updown helps create ipsec interfaces" homepage = "https://github.com/6-6-6/swan-updown" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/6-6-6/swan-updown" [profile.release] lto = true [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" default-features = false [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.21" features = ["release_max_level_debug"] [dependencies.netlink-packet-route] version = "0.19.0" [dependencies.nix] version = "0.27.1" features = ["sched"] default-features = false [dependencies.rtnetlink] version = "0.14.1" [dependencies.syslog] version = "6.1.0" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "time", "sync", ] default-features = false