aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* fix(cargo): response-macros feature flagv0.2.4Fuwn2023-03-311-0/+1
|
* feat(response): macro-based responsesFuwn2023-03-311-1/+1
|
* feat(carg): bump 0.2.2 -> 0.2.3v0.2.3Fuwn2023-03-311-1/+1
|
* feat(cargo): bump 0.2.1 -> 0.2.2v0.2.2Fuwn2023-03-301-1/+1
|
* feat(cargo): bump version to 0.2.1Fuwn2023-03-291-1/+1
|
* feat: windmark 0.1.19 -> 0.2.0v0.2.0Fuwn2023-03-211-1/+1
|
* deps: bump tokio and tokio-openssl to latestFuwn2023-03-211-5/+4
| | | | | | I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging.
* deps(matchit): 0.5.0 -> 0.6.0Fuwn2023-03-211-1/+1
|
* feat: drop rust nightly requirement!!!v0.1.20Fuwn2022-07-311-1/+1
|
* feat(response): success with mime responsev0.1.19Fuwn2022-07-091-1/+1
|
* chore(cargo): republish with --all-featuresv0.1.18Fuwn2022-07-091-1/+1
|
* feat(response): always allow explicit mime specificationv0.1.17Fuwn2022-07-091-1/+1
|
* docs(cargo): bump version 0.1.15 -> 0.1.160.1.16Fuwn2022-06-131-3/+2
|
* docs(cargo): bump version0.1.15Fuwn2022-06-011-1/+1
| | | | | Also, use the doc attribute to include the README automatically! Wish I knew about this earlier!
* docs(cargo): bump version0.1.14Fuwn2022-04-201-1/+1
|
* docs(cargo): bump version0.1.13Fuwn2022-04-151-1/+1
|
* docs(cargo): bump version to 0.1.120.1.12Fuwn2022-04-071-1/+1
|
* fix: try to fix path0.1.11Fuwn2022-04-071-1/+1
|
* docs(cargo): bump version0.1.10Fuwn2022-04-071-1/+1
|
* docs(cargo): bump to 0.1.90.1.9Fuwn2022-04-031-1/+1
|
* docs(cargo): bump version to 0.1.80.1.8Fuwn2022-04-021-1/+1
|
* fix(router): conditional feature args0.1.7Fuwn2022-03-311-1/+1
|
* feat(cargo): bump version0.1.6Fuwn2022-03-311-1/+1
|
* feat(features): auto-deduce-mimeFuwn2022-03-311-1/+2
|
* fix(router): use different certificate fileFuwn2022-03-301-1/+1
|
* feat(router): specify custom port0.1.4Fuwn2022-03-301-1/+1
|
* feat(cargo): bump version0.1.3Fuwn2022-03-271-1/+1
|
* docs: extend0.1.2Fuwn2022-03-271-1/+1
|
* feat(cargo): bump version0.1.1Fuwn2022-03-271-1/+1
|
* feat(cargo): bump version to 0.1.0Fuwn2022-03-271-1/+1
|
* docs(meta): update descriptionFuwn2022-03-271-1/+1
|
* feat(response): respond with fileFuwn2022-03-271-0/+3
|
* feat(router): async!Fuwn2022-03-271-3/+4
|
* feat(mount): use a sophisticated route matcherFuwn2022-03-261-0/+1
| | | | | | | | | | | | | | The [`matchit`](https://github.com/ibraheemdev/matchit) crate is a real lifesaver... Before this commit, I had manually implemented a dynamic pattern matcher for routes (which only supported one pattern per route) that worked; just not very well. While searching for a way to implement multiple patterns per route, I landed upon two crates: [`matchit`](https://github.com/ibraheemdev/matchit) and [`urlmatch`](https://github.com/SergeiMinaev/urlmatch). Ultimately, I settled with `matchit` because it seemed a lot more mature and supported nearly everything which I was looked for!
* docs(readme): add readmeFuwn2022-03-261-1/+1
|
* feat(mount): dynamic parametersFuwn2022-03-261-1/+4
|
* feat: working proofFuwn2022-03-261-1/+21
| | | | Forgot to commit this last night!
* docs(cargo): add metaFuwn2022-03-251-0/+2
|
* feat: initialise crateFuwn2022-03-251-0/+8