[package]
edition = "2018"
name = "catfact"
version = "1.0.0"
authors = ["aspen <luxx4x@protonmail.com>"]
description = "Fetches cat facts."
homepage = "https://github.com/luxxxxy/catfact-rs"
keywords = ["cat", "cats", "api", "catfacts", "catfact"]
categories = ["api-bindings"]
license-file = "LICENSE"
repository = "https://github.com/luxxxxy/catfact-rs"
[lib]
name = "catfact"
path = "src/lib.rs"
[[bin]]
name = "catfact"
path = "src/bin.rs"
[dependencies.minreq]
version = "2.2"
features = ["https"]
[dependencies.nanoserde]
version = "0.1"
[dependencies.unescape]
version = "0.1"
[features]
catfact_heroku = []
catfact_ninja = []
default = ["catfact_ninja"]