1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- [[package]]
- name = "aho-corasick"
- version = "0.7.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
- dependencies = [
- "memchr",
- ]
-
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
-
- [[package]]
- name = "memchr"
- version = "2.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
-
- [[package]]
- name = "regex"
- version = "1.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- "thread_local",
- ]
-
- [[package]]
- name = "regex-syntax"
- version = "0.6.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1132f845907680735a84409c3bebc64d1364a5683ffbce899550cd09d5eaefc1"
-
- [[package]]
- name = "thread_local"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
- dependencies = [
- "lazy_static",
- ]
-
- [[package]]
- name = "webserv"
- version = "0.2.0"
- dependencies = [
- "regex",
- ]
|