# 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 = "bailamos" version = "0.11.2" authors = ["Hai Bison "] description = "Simple notification manager..." keywords = ["bailamos"] categories = ["data-structures"] license-file = "LICENSE" repository = "https://bitbucket.org/haibison/bailamos" [[bin]] name = "bailamos-server" path = "src/bin/bailamos-server/main.rs" required-features = ["server"] [dependencies.binn-ir] version = "0.15" features = ["std"] [dependencies.blackhole] version = "0.18" optional = true [dependencies.dia-args] version = "0.53" optional = true [dependencies.dia-assert] version = "3" optional = true [dependencies.dia-range] version = "0.10" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.native-tls] version = "0.2" optional = true [dependencies.rusqlite] version = "0.24" features = ["functions"] optional = true [dependencies.termion] version = "1" optional = true [dependencies.xz2] version = "0.1" optional = true [dependencies.zeros] version = "10" features = ["std"] [features] server = ["blackhole", "dia-args", "dia-assert", "dia-range", "libc", "native-tls", "rusqlite", "termion", "xz2"]