# 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] name = "toucHNews" version = "0.4.0" authors = ["Trevor Bentley "] description = "Hacker News (YCombinator) news feed for the Mac Touch Bar" homepage = "https://github.com/mrmekon/toucHNews" keywords = ["news", "hackernews", "touchbar", "mac", "osx"] license = "Apache-2.0" repository = "https://github.com/mrmekon/toucHNews" [package.metadata.release] dev-version-ext = "rc" doc-commit-message = "Release {{version}}" pre-release-commit-message = "Release {{version}}" sign-commit = false tag-message = "Release {{version}}" upload-doc = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" [dependencies.fruitbasket] version = "0.6" features = ["logging"] [dependencies.hn] version = "0.4" [dependencies.log] version = "0.4" optional = true [dependencies.open] version = "1.2" [dependencies.rubrail] version = "0.7"