# 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 = "basic-cookies" version = "0.1.5" authors = ["Tamas Czinege "] description = "Low-level RFC 6265 combatible cookie handling library for Rust." documentation = "https://docs.rs/basic-cookies" readme = "README.md" keywords = [ "cookie", "cookies", "rfc6265", ] categories = [ "web-programming", "network-programming", "parser-implementations", ] license = "MIT" repository = "https://github.com/drjokepu/basic-cookies" [dependencies.lalrpop-util] version = "0.20.0" [dependencies.regex] version = "1.3" [build-dependencies.lalrpop] version = "0.20.0" [badges.travis-ci] branch = "master" repository = "drjokepu/basic-cookies"