# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cookiestxt-rs" version = "0.1.4" authors = ["zeno "] description = "Parses cookie.txt/netscape cookie format" readme = "README.md" keywords = [ "cookiestxt", "netscape", "cookies", ] categories = ["parsing"] license = "BSD-3-Clause" repository = "https://git.sr.ht/~zenomat/cookiestxt-rs" [dependencies.cookie] version = "0.18.0" optional = true [dependencies.cookie_store] version = "0.21.0" optional = true [dependencies.thirtyfour] version = "0.31.0" optional = true [dependencies.time] version = "0.3.34" optional = true [dependencies.url] version = "2.5.0" optional = true [dev-dependencies.cookie] version = "0.18.0" [dev-dependencies.cookie_store] version = "0.21.0" [dev-dependencies.thirtyfour] version = "0.31.0" [dev-dependencies.time] version = "0.3.34" [dev-dependencies.url] version = "2.5.0" [features] cookie = [ "dep:cookie", "dep:time", ] cookie_store = [ "dep:cookie_store", "dep:time", "dep:cookie", "dep:url", ] thirtyfour = [ "dep:thirtyfour", "dep:time", ]