rustwtxt 0.1.5

Library that makes working with twtxt.txt files easier.
Documentation
[badges.codecov]
branch = "master"
repository = "rustwtxt/rustwtxt"
service = "github"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "rustwtxt/rustwtxt"
[dependencies.failure]
version = "^0.1.6"

[dependencies.regex]
version = "1"

[dependencies.ureq]
version = "^0.11.3"

[package]
authors = ["Ben Morrison <ben@gbmor.dev>"]
categories = ["parsing", "text-processing", "web-programming"]
description = "Library that makes working with twtxt.txt files easier."
documentation = "https://docs.rs/rustwtxt"
edition = "2018"
keywords = ["twtxt", "microblogging", "microblog", "tweet"]
license = "ISC"
name = "rustwtxt"
readme = "README.md"
repository = "https://github.com/rustwtxt/rustwtxt"
version = "0.1.5"
[profile.bench]
debug = false
debug-assertions = false
lto = true
opt-level = 3
overflow-checks = false
rpath = false

[profile.dev]
debug = true
debug-assertions = true
lto = false
opt-level = 0
overflow-checks = true
rpath = false

[profile.release]
debug = false
debug-assertions = false
lto = true
opt-level = "z"
overflow-checks = false
rpath = false