# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mulm" version = "1.1.1" authors = ["Aria Stewart "] description = "A small mailing list manager for tiny community groups" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/aredridel/mulm" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false incremental = false [dependencies.byteorder] version = "^1.3.4" [dependencies.fs2] version = "^0.4.2" [dependencies.maildir] version = "^0.4.2" [dependencies.mailparse] version = "^0.12.2" [dependencies.serde] version = "^1.0.114" features = ["derive"] [dependencies.toml] version = "^0.5.6"