# 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 = "ipsync" version = "0.1.6" description = "Synchronize IP addresses with email." license = "MIT OR Apache-2.0" [profile.release] opt-level = "z" lto = true strip = true [dependencies.env_logger] version = "0.9" [dependencies.imap] version = "2.4.1" [dependencies.lettre] version = "0.11" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "=0.2.12" [dependencies.netif] version = "0.1.6" [dependencies.regex] version = "1.5.0" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"