# 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 = "rustwtxt" version = "0.1.5" authors = ["Ben Morrison "] description = "Library that makes working with twtxt.txt files easier." documentation = "https://docs.rs/rustwtxt" readme = "README.md" keywords = ["twtxt", "microblogging", "microblog", "tweet"] categories = ["parsing", "text-processing", "web-programming"] license = "ISC" repository = "https://github.com/rustwtxt/rustwtxt" [profile.bench] opt-level = 3 lto = true debug = false debug-assertions = false rpath = false overflow-checks = false [profile.dev] opt-level = 0 lto = false debug = true debug-assertions = true rpath = false overflow-checks = true [profile.release] opt-level = "z" lto = true debug = false debug-assertions = false rpath = false overflow-checks = false [dependencies.failure] version = "^0.1.6" [dependencies.regex] version = "1" [dependencies.ureq] version = "^0.11.3" [badges.codecov] branch = "master" repository = "rustwtxt/rustwtxt" service = "github" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "rustwtxt/rustwtxt"