{"id":372675,"url":"https://github.com/tokio-rs/axum","last_synced_at":"2026-05-19T12:30:30.493Z","repository":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"HTTP routing and request-handling library for Rust that focuses on ergonomics and modularity","archived":false,"fork":false,"pushed_at":"2026-05-15T08:15:51.000Z","size":5933,"stargazers_count":25923,"open_issues_count":69,"forks_count":1381,"subscribers_count":149,"default_branch":"main","last_synced_at":"2026-05-15T10:30:51.064Z","etag":null,"topics":["http","routing","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2026-05-15T09:33:42.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1461,"total_committers":338,"mean_commits":4.322485207100592,"dds":0.4421629021218344,"last_synced_commit":"280d16a61059f57230819a79b15aa12a263e8cca"},"previous_names":[],"tags_count":223,"template":false,"template_full_name":null,"purl":"pkg:github/tokio-rs/axum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/sbom","scorecard":{"id":891516,"data":{"date":"2025-08-11","repo":{"name":"github.com/tokio-rs/axum","commit":"9ec85d69703a9065a1098bb43bd93113695d5ade"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"29 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:252: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:255: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  25 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T12:00:50.354Z","repository_id":36964250,"created_at":"2025-08-24T12:00:50.355Z","updated_at":"2025-08-24T12:00:50.355Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":47,"last_synced_at":"2026-05-16T01:20:25.506Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":103567,"followers":2787,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2026-05-16T01:20:25.507Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"packages":[{"id":13669957,"name":"rust-axum","ecosystem":"debian","description":null,"homepage":"https://github.com/tokio-rs/axum","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T12:53:39.350Z","latest_release_published_at":"2026-02-12T12:53:39.350Z","latest_release_number":"0.7.9-13","last_synced_at":"2026-03-13T14:09:37.276Z","created_at":"2026-02-12T12:53:39.111Z","updated_at":"2026-03-13T14:09:37.277Z","registry_url":"https://tracker.debian.org/pkg/rust-axum","install_command":"apt-get install rust-axum","documentation_url":"https://packages.debian.org/trixie/rust-axum","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"librust-axum-dev, librust-axum-core-dev, librust-axum-extra-dev, librust-axum-macros-dev","standards_version":"4.7.2","maintainer":"Jonas Smedegaard \u003cdr@jones.dk\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-rust, librust-anyhow-1+default-dev, librust-async-trait-0.1+default-dev, librust-base64-0.22+default-dev, librust-bytes-1+default-dev, librust-cookie-0.18+default-dev, librust-cookie-0.18+key-expansion-dev, librust-cookie-0.18+percent-encode-dev, librust-cookie-0.18+private-dev, librust-cookie-0.18+signed-dev, librust-form-urlencoded-1+default-dev, librust-futures-util-0.3+alloc-dev, librust-headers-0.4+default-dev, librust-heck-0.4+default-dev, librust-http-1+default-dev, librust-http-body-1+default-dev, librust-http-body-util-0.1+default-dev, librust-hyper-1+default-dev, librust-hyper-1+http1-dev, librust-hyper-1+http2-dev, librust-hyper-1+server-dev, librust-hyper-util-0.1+default-dev, librust-hyper-util-0.1+http1-dev, librust-hyper-util-0.1+http2-dev, librust-hyper-util-0.1+server-dev, librust-hyper-util-0.1+service-dev, librust-hyper-util-0.1+tokio-dev, librust-itoa-1+default-dev, librust-matchit-0.7+default-dev, librust-memchr-2+default-dev, librust-mime-0.3+default-dev, librust-multer-3+default-dev, librust-percent-encoding-2+default-dev, librust-pin-project-lite-0.2+default-dev, librust-proc-macro2-1+default-dev, librust-prost-0.12+default-dev, librust-quickcheck-1+default-dev, librust-quickcheck-macros-1+default-dev, librust-quote-1+default-dev, librust-reqwest-0.12+json-dev, librust-reqwest-0.12+multipart-dev, librust-reqwest-0.12+stream-dev, librust-rustversion-1+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-urlencoded-0.7+default-dev, librust-serde-json-1+default-dev, librust-serde-json-1+raw-value-dev, librust-serde-html-form-0.2+default-dev, librust-serde-path-to-error-0.1+default-dev, librust-sha1-0.10+default-dev, librust-syn-2+default-dev, librust-syn-2+extra-traits-dev, librust-syn-2+full-dev, librust-syn-2+parsing-dev, librust-sync-wrapper-1+default-dev, librust-time-0.3+default-dev, librust-time-0.3+serde-human-readable-dev, librust-tokio-1+default-dev, librust-tokio-1+full-dev, librust-tokio-1+macros-dev, librust-tokio-1+net-dev, librust-tokio-1+rt-dev, librust-tokio-1+rt-multi-thread-dev, librust-tokio-1+test-util-dev, librust-tokio-1+time-dev, librust-tokio-stream-0.1+default-dev, librust-tokio-stream-0.1+io-util-dev, librust-tokio-tungstenite-dev (\u003c\u003c 0.25), librust-tokio-util-0.7+default-dev, librust-tokio-util-0.7+io-dev, librust-tower-0.5+default-dev, librust-tower-0.5+filter-dev, librust-tower-0.5+limit-dev, librust-tower-0.5+load-shed-dev, librust-tower-0.5+log-dev, librust-tower-0.5+make-dev, librust-tower-0.5+steer-dev, librust-tower-0.5+timeout-dev, librust-tower-0.5+util-dev, librust-tower-http-0.6+default-dev, librust-tower-http-0.6+limit-dev, librust-tower-layer-0.3+default-dev (\u003e= 0.3.2), librust-tower-service-0.3+default-dev, librust-tracing-0.1+default-dev, librust-tracing-subscriber-0.3+default-dev, librust-tracing-subscriber-0.3+json-dev, librust-trybuild-1+default-dev, librust-uuid-1+default-dev, librust-uuid-1+serde-dev, librust-uuid-1+v4-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T12:53:40.030Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/rust-axum?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-axum","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-axum","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-axum/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-axum/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-axum/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-axum/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-axum/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-axum/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-axum/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":10950515,"name":"github.com/tokio-rs/axum","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":[],"namespace":null,"versions_count":18,"first_release_published_at":"2021-07-30T15:20:38.000Z","latest_release_published_at":"2021-12-02T19:02:38.000Z","latest_release_number":"v0.4.0","last_synced_at":"2026-05-16T12:39:50.072Z","created_at":"2024-10-06T02:50:36.185Z","updated_at":"2026-05-16T12:39:50.073Z","registry_url":"https://pkg.go.dev/github.com/tokio-rs/axum","install_command":"go get github.com/tokio-rs/axum","documentation_url":"https://pkg.go.dev/github.com/tokio-rs/axum#section-documentation","metadata":{},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2025-10-20T10:12:13.000Z","size":5369,"stargazers_count":23480,"open_issues_count":79,"forks_count":1253,"subscribers_count":143,"default_branch":"main","last_synced_at":"2025-10-21T06:26:23.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2025-10-21T06:18:49.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1461,"total_committers":338,"mean_commits":4.322485207100592,"dds":0.4421629021218344,"last_synced_commit":"280d16a61059f57230819a79b15aa12a263e8cca"},"previous_names":[],"tags_count":212,"template":false,"template_full_name":null,"purl":"pkg:github/tokio-rs/axum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/sbom","scorecard":{"id":891516,"data":{"date":"2025-08-11","repo":{"name":"github.com/tokio-rs/axum","commit":"9ec85d69703a9065a1098bb43bd93113695d5ade"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"29 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:252: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:255: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  25 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T12:00:50.354Z","repository_id":36964250,"created_at":"2025-08-24T12:00:50.355Z","updated_at":"2025-08-24T12:00:50.355Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280631170,"owners_count":26363734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":46,"last_synced_at":"2025-10-23T00:03:15.030Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":96239,"followers":2472,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2025-10-23T00:03:15.030Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"tags":[{"name":"axum-extra-v0.10.3","sha":"c1bb9c3e90625fb8de4f9c9750f669cb4edac3df","kind":"tag","published_at":"2025-09-30T12:53:28.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.10.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.3/manifests"},{"name":"axum-v0.8.6","sha":"c1bb9c3e90625fb8de4f9c9750f669cb4edac3df","kind":"tag","published_at":"2025-09-30T12:53:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.6/manifests"},{"name":"axum-core-v0.5.5","sha":"c1bb9c3e90625fb8de4f9c9750f669cb4edac3df","kind":"tag","published_at":"2025-09-30T12:53:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.5/manifests"},{"name":"axum-core-v0.5.4","sha":"c720f568da42909580a7876af1b8f50438cb1834","kind":"tag","published_at":"2025-09-28T21:11:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.4/manifests"},{"name":"axum-extra-v0.10.2","sha":"a1d22f68a593967a83c1028efb70554b88525cf2","kind":"tag","published_at":"2025-09-28T19:11:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.10.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.2/manifests"},{"name":"axum-v0.8.5","sha":"a1d22f68a593967a83c1028efb70554b88525cf2","kind":"tag","published_at":"2025-09-28T19:11:39.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.5/manifests"},{"name":"axum-core-v0.5.3","sha":"a1d22f68a593967a83c1028efb70554b88525cf2","kind":"tag","published_at":"2025-09-28T19:11:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.3/manifests"},{"name":"axum-v0.8.4","sha":"8762520da82cd99b78b35869069b36cfa305d4b9","kind":"tag","published_at":"2025-04-30T16:11:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.4/manifests"},{"name":"axum-extra-v0.10.1","sha":"b150ac028b64fb7584b6f1a30172f8a5b984d51d","kind":"tag","published_at":"2025-03-28T16:28:53.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.10.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.1/manifests"},{"name":"axum-v0.8.3","sha":"b150ac028b64fb7584b6f1a30172f8a5b984d51d","kind":"tag","published_at":"2025-03-28T16:28:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.3/manifests"},{"name":"axum-core-v0.5.2","sha":"b150ac028b64fb7584b6f1a30172f8a5b984d51d","kind":"tag","published_at":"2025-03-28T16:28:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.2/manifests"},{"name":"axum-extra-v0.11.0","sha":"5966849f1465be80b10b0c22c475d3dcbaec0315","kind":"tag","published_at":"2025-01-21T13:14:48.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.11.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.11.0/manifests"},{"name":"axum-v0.8.2","sha":"5966849f1465be80b10b0c22c475d3dcbaec0315","kind":"tag","published_at":"2025-01-21T13:14:21.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.2/manifests"},{"name":"axum-core-v0.5.1","sha":"5966849f1465be80b10b0c22c475d3dcbaec0315","kind":"tag","published_at":"2025-01-21T13:13:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.1/manifests"},{"name":"axum-extra-v0.10.0","sha":"926543f2077d25541785648d8451c9b570f5021d","kind":"tag","published_at":"2025-01-01T10:09:37.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.10.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.0/manifests"},{"name":"axum-macros-v0.5.0","sha":"926543f2077d25541785648d8451c9b570f5021d","kind":"tag","published_at":"2025-01-01T10:09:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.5.0/manifests"},{"name":"axum-v0.8.0","sha":"926543f2077d25541785648d8451c9b570f5021d","kind":"tag","published_at":"2025-01-01T10:09:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.0/manifests"},{"name":"axum-core-v0.5.0","sha":"926543f2077d25541785648d8451c9b570f5021d","kind":"tag","published_at":"2025-01-01T10:08:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.0/manifests"},{"name":"axum-extra-v0.10.0-rc.1","sha":"5cdd8a4f184d2843bd1f970803fdbb31b47d61d6","kind":"tag","published_at":"2024-12-17T22:53:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.10.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.10.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.10.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.0-rc.1/manifests"},{"name":"axum-macros-v0.5.0-rc.1","sha":"5cdd8a4f184d2843bd1f970803fdbb31b47d61d6","kind":"tag","published_at":"2024-12-17T22:53:28.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.5.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.5.0-rc.1/manifests"},{"name":"axum-v0.8.0-rc.1","sha":"5cdd8a4f184d2843bd1f970803fdbb31b47d61d6","kind":"tag","published_at":"2024-12-17T22:51:05.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.0-rc.1/manifests"},{"name":"axum-core-v0.5.0-rc.1","sha":"5cdd8a4f184d2843bd1f970803fdbb31b47d61d6","kind":"tag","published_at":"2024-12-17T22:50:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.0-rc.1/manifests"},{"name":"axum-extra-v0.9.6","sha":"9983bc1da460becd3a0f08c513d610411e84dd43","kind":"tag","published_at":"2024-11-16T19:39:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.6/manifests"},{"name":"axum-v0.7.9","sha":"9983bc1da460becd3a0f08c513d610411e84dd43","kind":"tag","published_at":"2024-11-16T19:38:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.9/manifests"},{"name":"axum-extra-v0.9.5","sha":"feee742ca14bcf68b826f304e39f92db5f7d76e5","kind":"tag","published_at":"2024-11-15T17:41:22.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.5/manifests"},{"name":"axum-v0.7.8","sha":"feee742ca14bcf68b826f304e39f92db5f7d76e5","kind":"tag","published_at":"2024-11-15T17:41:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.8/manifests"},{"name":"axum-extra-v0.10.0-alpha.1","sha":"9a69e415fb9049ba1333a5d66ee3121dbe201da6","kind":"tag","published_at":"2024-10-05T09:45:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.10.0-alpha.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.10.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.10.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.10.0-alpha.1/manifests"},{"name":"axum-macros-v0.5.0-alpha.1","sha":"9a69e415fb9049ba1333a5d66ee3121dbe201da6","kind":"tag","published_at":"2024-10-05T09:44:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.5.0-alpha.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.5.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.5.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.5.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.5.0-alpha.1/manifests"},{"name":"axum-v0.8.0-alpha.1","sha":"9a69e415fb9049ba1333a5d66ee3121dbe201da6","kind":"tag","published_at":"2024-10-05T09:43:48.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.8.0-alpha.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.8.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.8.0-alpha.1/manifests"},{"name":"axum-core-v0.5.0-alpha.1","sha":"9a69e415fb9049ba1333a5d66ee3121dbe201da6","kind":"tag","published_at":"2024-10-05T09:42:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.5.0-alpha.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.5.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.5.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.5.0-alpha.1/manifests"},{"name":"axum-v0.7.7","sha":"fe56a310efbb30b3b178059c48a31d1000ed5f62","kind":"tag","published_at":"2024-09-27T20:54:28.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.7/manifests"},{"name":"axum-core-v0.4.5","sha":"fe56a310efbb30b3b178059c48a31d1000ed5f62","kind":"tag","published_at":"2024-09-27T20:53:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.5/manifests"},{"name":"axum-extra-v0.9.4","sha":"a73dab417d592aa46a013342388340b6fe719bac","kind":"tag","published_at":"2024-09-20T19:41:27.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.4/manifests"},{"name":"axum-v0.7.6","sha":"a73dab417d592aa46a013342388340b6fe719bac","kind":"tag","published_at":"2024-09-20T19:41:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.6/manifests"},{"name":"axum-macros-v0.4.2","sha":"a73dab417d592aa46a013342388340b6fe719bac","kind":"tag","published_at":"2024-09-20T19:40:48.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.2/manifests"},{"name":"axum-core-v0.4.4","sha":"a73dab417d592aa46a013342388340b6fe719bac","kind":"tag","published_at":"2024-09-20T19:39:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.4/manifests"},{"name":"axum-extra-v0.9.3","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3/manifests"},{"name":"axum-v0.7.5","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5/manifests"},{"name":"axum-macros-v0.4.1","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1/manifests"},{"name":"axum-core-v0.4.3","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3/manifests"},{"name":"axum-extra-v0.9.2","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2/manifests"},{"name":"axum-v0.7.4","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4/manifests"},{"name":"axum-v0.7.3","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3/manifests"},{"name":"axum-core-v0.4.2","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2/manifests"},{"name":"axum-extra-v0.9.1","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1/manifests"},{"name":"axum-v0.7.2","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2/manifests"},{"name":"axum-core-v0.4.1","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1/manifests"},{"name":"axum-v0.7.1","sha":"55376a65f1ea859018ee544d249d795228002be2","kind":"commit","published_at":"2023-11-27T08:36:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1/manifests"},{"name":"axum-v0.7.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0/manifests"},{"name":"axum-extra-v0.9.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0/manifests"},{"name":"axum-macros-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0/manifests"},{"name":"axum-core-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0/manifests"},{"name":"axum-extra-v0.8.0","sha":"3407de82c89931d87de49f57e23fa91343c959df","kind":"commit","published_at":"2023-09-16T19:41:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.8.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0/manifests"},{"name":"axum-v0.6.20","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.20","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20/manifests"},{"name":"axum-extra-v0.7.7","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7/manifests"},{"name":"axum-extra-v0.7.6","sha":"a25ed293d75aebc1ce7ea3500c88d7d88e669e5e","kind":"commit","published_at":"2023-08-02T15:53:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6/manifests"},{"name":"axum-extra-v0.7.5","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5/manifests"},{"name":"axum-v0.6.19","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.19","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19/manifests"},{"name":"axum-macros-v0.3.8","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8/manifests"},{"name":"axum-v0.6.18","sha":"79ea2747e9e480a9c9cfa84183a83aca1566b635","kind":"commit","published_at":"2023-04-30T11:36:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.18","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18/manifests"},{"name":"axum-v0.6.17","sha":"b7baac2638ecc5cfc6c8580e125741ff9c9d78e7","kind":"commit","published_at":"2023-04-25T13:55:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17/manifests"},{"name":"axum-v0.6.16","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16/manifests"},{"name":"axum-extra-v0.7.4","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4/manifests"},{"name":"axum-v0.6.15","sha":"cf1ed9bb546354fc075d59cdc02419297f1afe2c","kind":"commit","published_at":"2023-04-12T07:36:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15/manifests"},{"name":"axum-v0.6.14","sha":"b92b91e75e2c41ebe9b6bc3c8a715334dff304e1","kind":"commit","published_at":"2023-04-11T17:38:22.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14/manifests"},{"name":"axum-v0.6.13","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13/manifests"},{"name":"axum-extra-v0.7.3","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3/manifests"},{"name":"axum-core-v0.3.4","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4/manifests"},{"name":"axum-v0.6.12","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12/manifests"},{"name":"axum-macros-v0.3.7","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7/manifests"},{"name":"axum-extra-v0.7.2","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2/manifests"},{"name":"axum-v0.6.11","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11/manifests"},{"name":"axum-extra-v0.7.1","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1/manifests"},{"name":"axum-macros-v0.3.6","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6/manifests"},{"name":"axum-v0.6.10","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10/manifests"},{"name":"axum-extra-v0.7.0","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0/manifests"},{"name":"axum-macros-v0.3.5","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5/manifests"},{"name":"axum-core-v0.3.3","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3/manifests"},{"name":"axum-v0.6.9","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9/manifests"},{"name":"axum-extra-v0.6.0","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0/manifests"},{"name":"axum-v0.6.8","sha":"37478772bc16c210afdd04a6af4b990844cd1cba","kind":"commit","published_at":"2023-02-24T13:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8/manifests"},{"name":"axum-v0.6.7","sha":"277be8f8136000f3b2624a910ded9e7cdaeab73d","kind":"commit","published_at":"2023-02-17T14:07:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7/manifests"},{"name":"axum-extra-v0.5.0","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0/manifests"},{"name":"axum-v0.6.6","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6/manifests"},{"name":"axum-macros-v0.3.4","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4/manifests"},{"name":"axum-v0.6.5","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5/manifests"},{"name":"axum-macros-v0.3.3","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3/manifests"},{"name":"axum-v0.6.4","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4/manifests"},{"name":"axum-macros-v0.3.2","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2/manifests"},{"name":"axum-v0.6.3","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3/manifests"},{"name":"axum-core-v0.3.2","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2/manifests"},{"name":"axum-v0.6.2","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2/manifests"},{"name":"axum-macros-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1/manifests"},{"name":"axum-core-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1/manifests"},{"name":"axum-extra-v0.4.2","sha":"ee3cb971f759581dd7d8e06df74cc70f74446d52","kind":"commit","published_at":"2022-12-02T10:55:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2/manifests"},{"name":"axum-extra-v0.4.1","sha":"2121979a487b1bdb3c40892212548c33dbf25ab6","kind":"commit","published_at":"2022-11-29T09:57:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1/manifests"},{"name":"axum-v0.6.1","sha":"87a80ec47bfd2c39ac4ea3d1acffb5d1ff540f63","kind":"commit","published_at":"2022-11-29T08:43:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1/manifests"},{"name":"axum-v0.6.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0/manifests"},{"name":"axum-core-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0/manifests"},{"name":"axum-extra-v0.4.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0/manifests"},{"name":"axum-macros-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0/manifests"},{"name":"axum-extra-v0.4.0-rc.3","sha":"99c0224a7c6cc95405476e872dd65e3ce8f01cae","kind":"commit","published_at":"2022-11-19T12:02:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3/manifests"},{"name":"axum-macros-v0.3.0-rc.3","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.5","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5/manifests"},{"name":"axum-v0.6.0-rc.4","sha":"74bbe80f8ae17f712f0870623804d86b06cbbd6f","kind":"commit","published_at":"2022-11-09T12:49:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4/manifests"},{"name":"axum-core-v0.3.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3/manifests"},{"name":"axum-macros-v0.3.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2/manifests"},{"name":"axum-extra-v0.4.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2/manifests"},{"name":"axum-v0.5.17","sha":"2c00e61d8202b8ef4f872ab12688e427827f3dfe","kind":"commit","published_at":"2022-10-20T19:03:05.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17/manifests"},{"name":"axum-core-v0.2.9","sha":"23ded07e514c7446c1b253b37590608321c330c6","kind":"commit","published_at":"2022-10-20T18:43:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9/manifests"},{"name":"axum-core-v0.3.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2/manifests"},{"name":"axum-v0.5.16","sha":"76f76883830c07f78f766a776bf7434430a723ee","kind":"commit","published_at":"2022-09-10T08:00:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16/manifests"},{"name":"axum-core-v0.2.8","sha":"fcc1c9d94da530cc32eceae26fef8b3e89f0ce67","kind":"commit","published_at":"2022-09-10T07:57:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8/manifests"},{"name":"axum-core-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.3.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1/manifests"},{"name":"axum-v0.6.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.6.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1/manifests"},{"name":"axum-macros-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.3.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1/manifests"},{"name":"axum-extra-v0.4.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1/manifests"},{"name":"axum-extra-v0.3.7","sha":"3990c3a6eb3a438b7d0a4a068409e377d9f6a005","kind":"commit","published_at":"2022-08-09T15:12:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7/manifests"},{"name":"axum-v0.5.15","sha":"849abb1ad852dd79e473c7d56699c7fccc56550c","kind":"commit","published_at":"2022-08-09T14:55:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15/manifests"},{"name":"axum-v0.5.14","sha":"e6a75a22ec165a47a4d65d5c3a7dd4c365b17014","kind":"commit","published_at":"2022-07-25T18:45:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14/manifests"},{"name":"axum-v0.5.13","sha":"b7e70a2787802740fe2e78c067a8860d52ac58c2","kind":"commit","published_at":"2022-07-15T10:12:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13/manifests"},{"name":"axum-v0.5.12","sha":"27786a5fefb203d8076b53ea4bc92f629f96f76e","kind":"commit","published_at":"2022-07-10T13:08:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12/manifests"},{"name":"axum-core-v0.2.7","sha":"ed398c181e3d1bbafc1b2360531ac1f40b95e145","kind":"commit","published_at":"2022-07-10T13:06:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7/manifests"},{"name":"axum-v0.5.11","sha":"a05f6a05190b6f0c654230bcaa8e33e6a5577615","kind":"commit","published_at":"2022-07-02T15:44:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11/manifests"},{"name":"axum-extra-v0.3.6","sha":"305331e6188b10027004ed33659faa408d28f822","kind":"commit","published_at":"2022-07-02T09:38:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6/manifests"},{"name":"axum-v0.5.10","sha":"7e794e9d1d421793485fbe374fb18d5f0dd2e404","kind":"commit","published_at":"2022-06-28T19:32:39.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10/manifests"},{"name":"axum-extra-v0.3.5","sha":"905bbfb8e22a08e7b4e9c596b76054904a4faa0f","kind":"commit","published_at":"2022-06-27T19:08:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5/manifests"},{"name":"axum-macros-v0.2.3","sha":"b10c9d34bdea117a3c052be9aa8334342e397d9a","kind":"commit","published_at":"2022-06-27T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3/manifests"},{"name":"axum-v0.5.9","sha":"fabb205a9eadf539420c0ea09fbf315adb7c9ffd","kind":"commit","published_at":"2022-06-20T11:44:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9/manifests"},{"name":"axum-v0.5.8","sha":"5ac0b2b3d7abe4946277ee17cfdb3c6594344d80","kind":"commit","published_at":"2022-06-18T09:38:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8/manifests"},{"name":"axum-core-v0.2.6","sha":"7deaff7e1ece0e5d0ba99043fe2bf4b807433ea1","kind":"commit","published_at":"2022-06-18T09:00:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6/manifests"},{"name":"axum-v0.5.7","sha":"7aa3f35129dd9a8022d2cc89ba4001c0c39c90c9","kind":"commit","published_at":"2022-06-08T14:08:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7/manifests"},{"name":"axum-extra-v0.3.4","sha":"fbb47868512119a07552686e979f5c1adb1450ff","kind":"commit","published_at":"2022-06-08T13:58:37.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4/manifests"},{"name":"axum-core-v0.2.5","sha":"a9eb4ac527c828bab227e4ccc5f88c0fc85f3e5e","kind":"commit","published_at":"2022-06-08T13:56:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5/manifests"},{"name":"axum-extra-v0.3.3","sha":"1d7878c3c8e961156a1ba151918ffc7f30a70531","kind":"commit","published_at":"2022-05-18T18:29:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3/manifests"},{"name":"axum-macros-v0.2.2","sha":"80d0cc19e661c0c698cef83e135605e84a5b90f7","kind":"commit","published_at":"2022-05-18T18:23:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2/manifests"},{"name":"axum-v0.5.6","sha":"316e20fbd96d9255814445a3a02a53b5a71bb2c5","kind":"commit","published_at":"2022-05-15T21:05:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6/manifests"},{"name":"axum-extra-v0.3.2","sha":"61c4e1959822c1dd64ac97ca76f33ff32a64abb4","kind":"commit","published_at":"2022-05-15T18:01:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2/manifests"},{"name":"axum-extra-v0.3.1","sha":"cfdac03c8da9dc9ec1e81ba5fbe9ef2f2d449b65","kind":"commit","published_at":"2022-05-10T12:05:36.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1/manifests"},{"name":"axum-macros-v0.2.1","sha":"46e6d3493bf991a8279fb060e7bf22001cfdac66","kind":"commit","published_at":"2022-05-10T11:46:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1/manifests"},{"name":"axum-v0.5.5","sha":"96aaac4865d1c7b2a014564fe906ae0ed06998c9","kind":"commit","published_at":"2022-05-10T11:43:08.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5/manifests"},{"name":"axum-core-v0.2.4","sha":"5be73c106437789f95e8dc85c13abf8ea1e3d873","kind":"commit","published_at":"2022-05-02T09:52:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4/manifests"},{"name":"axum-extra-v0.3.0","sha":"a3b6cbc99c71e0184c2fb175bbe05120a180237b","kind":"commit","published_at":"2022-04-27T08:27:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0/manifests"},{"name":"axum-v0.5.4","sha":"a723ed14539b3a12c4b9ea803f0772b699603e6d","kind":"commit","published_at":"2022-04-26T14:50:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4/manifests"},{"name":"axum-core-v0.2.3","sha":"0702c59c7dfa88828278abb846648f55fede2baa","kind":"commit","published_at":"2022-04-26T14:19:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3/manifests"},{"name":"axum-v0.5.3","sha":"061e66c236ed1278c0dc4e67edffa8b36a8bb646","kind":"commit","published_at":"2022-04-19T15:00:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3/manifests"},{"name":"axum-v0.5.2","sha":"883a1cfd8f3f536a762b4347242ffb70b72b3b85","kind":"commit","published_at":"2022-04-19T14:19:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2/manifests"},{"name":"axum-core-v0.2.2","sha":"598e6935df0e27b9b268b7d06d039a847181546a","kind":"commit","published_at":"2022-04-19T14:17:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2/manifests"},{"name":"axum-v0.5.1","sha":"3e716f303f4cec09a0c588142ddfeba94434a39b","kind":"commit","published_at":"2022-04-03T18:23:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1/manifests"},{"name":"axum-core-v0.2.1","sha":"bcda1a97dbfe616c168ea64addc8477865946a34","kind":"commit","published_at":"2022-04-03T18:21:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1/manifests"},{"name":"axum-extra-v0.2.1","sha":"950dde26640095d1c7f696ddfdace96cdce6689a","kind":"commit","published_at":"2022-04-03T18:18:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1/manifests"},{"name":"axum-extra-v0.2.0","sha":"5d0a7b440c15c2eda5b1e90b512c29167c440c32","kind":"commit","published_at":"2022-03-31T18:48:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0/manifests"},{"name":"axum-macros-v0.2.0","sha":"f69d2dbf40c17b867f3d89a3182dd52501bf53c8","kind":"commit","published_at":"2022-03-31T18:45:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0/manifests"},{"name":"axum-v0.5.0","sha":"fec64bc1b664259caf0448588c99dd622ab3f6ef","kind":"commit","published_at":"2022-03-31T18:37:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0/manifests"},{"name":"axum-core-v0.2.0","sha":"fba2faa38f02849cb2dfa60e420f300624409999","kind":"commit","published_at":"2022-03-31T18:36:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0/manifests"},{"name":"axum-v0.4.8","sha":"4562cf3f26eb16ed49a603a7756e4f32edc2daf9","kind":"commit","published_at":"2022-03-02T12:48:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8/manifests"},{"name":"axum-macros-v0.1.2","sha":"87638d07cfb976a67ce212641c87623857acba89","kind":"commit","published_at":"2022-03-01T13:21:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2/manifests"},{"name":"axum-extra-v0.1.5","sha":"ca8a6c08c2c45ee51150b77936bf1f9395a68afd","kind":"commit","published_at":"2022-03-01T13:19:20.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5/manifests"},{"name":"axum-v0.4.7","sha":"558a4d05b0d231f17a26716af9115802af7ebc8f","kind":"commit","published_at":"2022-03-01T12:59:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7/manifests"},{"name":"axum-extra-v0.1.4","sha":"36da5fceab5b70e25a76bd4cc13ab6b49c6d9b02","kind":"commit","published_at":"2022-02-22T14:05:53.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4/manifests"},{"name":"axum-extra-v0.1.3","sha":"aa4ab8b0841df0853e47b102e8f4f9eea8ee2d18","kind":"commit","published_at":"2022-02-22T12:59:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3/manifests"},{"name":"axum-macros-v0.1.1","sha":"b2267be2d59bddd41cafefab4241711042b40ace","kind":"commit","published_at":"2022-02-22T12:56:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1/manifests"},{"name":"axum-v0.4.6","sha":"4b0b4c877271748dcba08564c1bf8f9a4bbdd436","kind":"commit","published_at":"2022-02-22T12:53:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6/manifests"},{"name":"axum-core-v0.1.2","sha":"263e58e2c3f0398e95685c78b9a4219a4977eda9","kind":"commit","published_at":"2022-02-22T12:43:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2/manifests"},{"name":"axum-v0.4.5","sha":"cab7d671babf36f097d3dfb0d080049efaef20e9","kind":"commit","published_at":"2022-01-31T21:28:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5/manifests"},{"name":"axum-debug-v0.3.3","sha":"9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b","kind":"commit","published_at":"2022-01-31T21:06:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3/manifests"},{"name":"axum-macros-v0.1.0","sha":"c1cc4b515ad8b5d271e8b8bd7e6d7105364cab4a","kind":"commit","published_at":"2022-01-31T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-macros-v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0/manifests"},{"name":"axum-extra-v0.1.2","sha":"6d01f3968e696e8118412d75dfefa242b89fedd8","kind":"commit","published_at":"2022-01-13T09:37:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2/manifests"},{"name":"axum-v0.4.4","sha":"5fe981a1da028e1d3444581d29ec2c57dc13d436","kind":"commit","published_at":"2022-01-13T09:37:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4/manifests"},{"name":"axum-extra-v0.1.1","sha":"9f5f29dfba12377b03fd3a6405dd2b3c49ad2c40","kind":"commit","published_at":"2021-12-27T14:23:02.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1/manifests"},{"name":"axum-v0.4.3","sha":"4c48efc86144ff982b13aec99347a202e371dd60","kind":"commit","published_at":"2021-12-21T14:41:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3/manifests"},{"name":"axum-debug-v0.3.2","sha":"3a259dcec7e3ccbabe49c3bd07da04cb02029e8f","kind":"commit","published_at":"2021-12-09T09:52:31.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2/manifests"},{"name":"axum-v0.4.2","sha":"9f6be24ecd268bca80637415c04481f104401996","kind":"commit","published_at":"2021-12-06T12:03:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2/manifests"},{"name":"axum-v0.4.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1/manifests"},{"name":"axum-debug-v0.3.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1/manifests"},{"name":"axum-core-v0.1.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1/manifests"},{"name":"axum-debug-v0.3.0","sha":"628921bcad878ab4396705e0798494fbc9ebd3c5","kind":"commit","published_at":"2021-12-03T21:42:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0/manifests"},{"name":"axum-extra-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-extra-v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0/manifests"},{"name":"axum-v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0/manifests"},{"name":"v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0/manifests"},{"name":"axum-core-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-core-v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0/manifests"},{"name":"axum-debug-v0.2.2","sha":"6d0abd447c0d2b4cdfa192c0040d9c426c820366","kind":"commit","published_at":"2021-11-22T09:40:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2/manifests"},{"name":"axum-debug-v0.2.1","sha":"44a49cb1992c466e48cfbfd896d2d34e76b6f20c","kind":"commit","published_at":"2021-11-19T20:38:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1/manifests"},{"name":"v0.3.4","sha":"cb4f64375bab27d0439a82bee74fc4f0d06a5ef8","kind":"commit","published_at":"2021-11-17T12:51:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4/manifests"},{"name":"axum-debug-v0.2.0","sha":"e58336621d9f7d87300bb7ce20e19a2ac65cd3b4","kind":"commit","published_at":"2021-11-13T19:44:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-debug-v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0/manifests"},{"name":"v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3/manifests"},{"name":"axum-v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3/manifests"},{"name":"v0.3.2","sha":"3d78711e47351d9ac02837eff527703d4f88c454","kind":"commit","published_at":"2021-11-08T18:01:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1/manifests"},{"name":"axum-v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1/manifests"},{"name":"v0.3.0","sha":"85731a4f1d7bfdcd984ea79c920f733f60527260","kind":"commit","published_at":"2021-11-02T17:14:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0/manifests"},{"name":"axum-v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8/manifests"},{"name":"v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"76d40aea914d347c9d52de1fe9b3b7bb52dbc769","kind":"commit","published_at":"2021-10-06T19:27:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6/manifests"},{"name":"axum-v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6/manifests"},{"name":"v0.2.5","sha":"bb5bcab11668940bd1c1232bdb980baab8ef6aa5","kind":"commit","published_at":"2021-09-18T17:35:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5/manifests"},{"name":"axum-v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4/manifests"},{"name":"v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"bdc39deef221f01d648bd3dcd247221080560adf","kind":"commit","published_at":"2021-08-26T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3/manifests"},{"name":"axum-v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2/manifests"},{"name":"v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"9a082a74b0a1641b44e31cfaac9cbc69a2e0e238","kind":"commit","published_at":"2021-08-24T10:53:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0/manifests"},{"name":"axum-v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0/manifests"},{"name":"v0.1.3","sha":"e13f1da11d2726997669c15ca4c294b063ec6b65","kind":"commit","published_at":"2021-08-06T09:20:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2/manifests"},{"name":"axum-v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2/manifests"},{"name":"axum-v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@axum-v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1/manifests"},{"name":"v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tokio-rs/axum@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2025-10-23T14:14:28.506Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.537876674191394,"dependent_packages_count":6.127700537601291,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.332788605896343},"purl":"pkg:golang/github.com/tokio-rs/axum","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/tokio-rs/axum","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/tokio-rs/axum","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/tokio-rs/axum/dependencies","status":null,"funding_links":["https://github.com/sponsors/tokio-rs"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-10T10:16:05.830Z","issues_count":398,"pull_requests_count":999,"avg_time_to_close_issue":3039845.5551724136,"avg_time_to_close_pull_request":1859225.8587570621,"issues_closed_count":290,"pull_requests_closed_count":885,"pull_request_authors_count":279,"issue_authors_count":332,"avg_comments_per_issue":2.861809045226131,"avg_comments_per_pull_request":1.5745745745745745,"merged_pull_requests_count":752,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":110,"past_year_pull_requests_count":441,"past_year_avg_time_to_close_issue":865701.0172413794,"past_year_avg_time_to_close_pull_request":512839.5905292479,"past_year_issues_closed_count":58,"past_year_pull_requests_closed_count":359,"past_year_pull_request_authors_count":106,"past_year_issue_authors_count":99,"past_year_avg_comments_per_issue":1.1636363636363636,"past_year_avg_comments_per_pull_request":1.253968253968254,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":312,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"jplatte","count":183,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"davidpdrsn","count":114,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"tottoto","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"taiki-e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}],"active_maintainers":[{"login":"jplatte","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"tottoto","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"yanns","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftokio-rs%2Faxum/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftokio-rs%2Faxum/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftokio-rs%2Faxum/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftokio-rs%2Faxum/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftokio-rs%2Faxum/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftokio-rs%2Faxum/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2142548,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3587812,"name":"axum-macros","ecosystem":"cargo","description":"Macros for axum","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["axum"],"namespace":null,"versions_count":27,"first_release_published_at":"2021-08-21T16:54:10.664Z","latest_release_published_at":"2026-04-14T07:55:01.145Z","latest_release_number":"0.5.1","last_synced_at":"2026-05-16T09:00:37.275Z","created_at":"2022-04-11T04:52:04.225Z","updated_at":"2026-05-16T09:00:37.275Z","registry_url":"https://crates.io/crates/axum-macros/","install_command":"cargo install axum-macros","documentation_url":"https://docs.rs/axum-macros/","metadata":{"categories":["network-programming","asynchronous","web-programming"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2024-10-23T13:17:02.000Z","size":4471,"stargazers_count":18970,"open_issues_count":65,"forks_count":1056,"subscribers_count":129,"default_branch":"main","last_synced_at":"2024-10-29T09:34:16.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2024-10-29T08:11:48.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1343,"total_committers":295,"mean_commits":4.552542372881356,"dds":"0.39389426656738646","last_synced_commit":"b85bdc1be9081f40878c8fe79aeb50b19fc49957"},"previous_names":[],"tags_count":176,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222035727,"owners_count":16919929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":45,"last_synced_at":"2024-04-15T00:17:52.973Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":73767,"followers":1594,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2024-04-15T00:17:53.976Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"tags":[{"name":"axum-v0.7.5","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5/manifests"},{"name":"axum-extra-v0.9.3","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3/manifests"},{"name":"axum-core-v0.4.3","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3/manifests"},{"name":"axum-extra-v0.9.2","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2/manifests"},{"name":"axum-macros-v0.4.1","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1/manifests"},{"name":"axum-v0.7.4","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4/manifests"},{"name":"axum-v0.7.3","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3/manifests"},{"name":"axum-extra-v0.9.1","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1/manifests"},{"name":"axum-core-v0.4.2","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2/manifests"},{"name":"axum-core-v0.4.1","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1/manifests"},{"name":"axum-v0.7.2","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2/manifests"},{"name":"axum-v0.7.1","sha":"55376a65f1ea859018ee544d249d795228002be2","kind":"commit","published_at":"2023-11-27T08:36:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1/manifests"},{"name":"axum-core-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0/manifests"},{"name":"axum-extra-v0.9.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0/manifests"},{"name":"axum-macros-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0/manifests"},{"name":"axum-v0.7.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0/manifests"},{"name":"axum-extra-v0.8.0","sha":"3407de82c89931d87de49f57e23fa91343c959df","kind":"commit","published_at":"2023-09-16T19:41:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.8.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0/manifests"},{"name":"axum-v0.6.20","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.20","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20/manifests"},{"name":"axum-extra-v0.7.7","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7/manifests"},{"name":"axum-extra-v0.7.6","sha":"a25ed293d75aebc1ce7ea3500c88d7d88e669e5e","kind":"commit","published_at":"2023-08-02T15:53:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6/manifests"},{"name":"axum-v0.6.19","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.19","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19/manifests"},{"name":"axum-macros-v0.3.8","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8/manifests"},{"name":"axum-extra-v0.7.5","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5/manifests"},{"name":"axum-v0.6.18","sha":"79ea2747e9e480a9c9cfa84183a83aca1566b635","kind":"commit","published_at":"2023-04-30T11:36:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.18","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18/manifests"},{"name":"axum-v0.6.17","sha":"b7baac2638ecc5cfc6c8580e125741ff9c9d78e7","kind":"commit","published_at":"2023-04-25T13:55:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17/manifests"},{"name":"axum-extra-v0.7.4","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4/manifests"},{"name":"axum-v0.6.16","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16/manifests"},{"name":"axum-v0.6.15","sha":"cf1ed9bb546354fc075d59cdc02419297f1afe2c","kind":"commit","published_at":"2023-04-12T07:36:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15/manifests"},{"name":"axum-v0.6.14","sha":"b92b91e75e2c41ebe9b6bc3c8a715334dff304e1","kind":"commit","published_at":"2023-04-11T17:38:22.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14/manifests"},{"name":"axum-v0.6.13","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13/manifests"},{"name":"axum-core-v0.3.4","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4/manifests"},{"name":"axum-extra-v0.7.3","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3/manifests"},{"name":"axum-v0.6.12","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12/manifests"},{"name":"axum-extra-v0.7.2","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2/manifests"},{"name":"axum-macros-v0.3.7","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7/manifests"},{"name":"axum-macros-v0.3.6","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6/manifests"},{"name":"axum-extra-v0.7.1","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1/manifests"},{"name":"axum-v0.6.11","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11/manifests"},{"name":"axum-macros-v0.3.5","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5/manifests"},{"name":"axum-extra-v0.7.0","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0/manifests"},{"name":"axum-v0.6.10","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10/manifests"},{"name":"axum-core-v0.3.3","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3/manifests"},{"name":"axum-extra-v0.6.0","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0/manifests"},{"name":"axum-v0.6.9","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9/manifests"},{"name":"axum-v0.6.8","sha":"37478772bc16c210afdd04a6af4b990844cd1cba","kind":"commit","published_at":"2023-02-24T13:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8/manifests"},{"name":"axum-v0.6.7","sha":"277be8f8136000f3b2624a910ded9e7cdaeab73d","kind":"commit","published_at":"2023-02-17T14:07:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7/manifests"},{"name":"axum-extra-v0.5.0","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0/manifests"},{"name":"axum-v0.6.6","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6/manifests"},{"name":"axum-macros-v0.3.4","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4/manifests"},{"name":"axum-macros-v0.3.3","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3/manifests"},{"name":"axum-v0.6.5","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5/manifests"},{"name":"axum-v0.6.4","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4/manifests"},{"name":"axum-macros-v0.3.2","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2/manifests"},{"name":"axum-core-v0.3.2","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2/manifests"},{"name":"axum-v0.6.3","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3/manifests"},{"name":"axum-macros-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1/manifests"},{"name":"axum-core-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1/manifests"},{"name":"axum-v0.6.2","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2/manifests"},{"name":"axum-extra-v0.4.2","sha":"ee3cb971f759581dd7d8e06df74cc70f74446d52","kind":"commit","published_at":"2022-12-02T10:55:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2/manifests"},{"name":"axum-extra-v0.4.1","sha":"2121979a487b1bdb3c40892212548c33dbf25ab6","kind":"commit","published_at":"2022-11-29T09:57:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1/manifests"},{"name":"axum-v0.6.1","sha":"87a80ec47bfd2c39ac4ea3d1acffb5d1ff540f63","kind":"commit","published_at":"2022-11-29T08:43:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1/manifests"},{"name":"axum-macros-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0/manifests"},{"name":"axum-v0.6.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0/manifests"},{"name":"axum-core-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0/manifests"},{"name":"axum-extra-v0.4.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0/manifests"},{"name":"axum-extra-v0.4.0-rc.3","sha":"99c0224a7c6cc95405476e872dd65e3ce8f01cae","kind":"commit","published_at":"2022-11-19T12:02:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.5","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5/manifests"},{"name":"axum-macros-v0.3.0-rc.3","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.4","sha":"74bbe80f8ae17f712f0870623804d86b06cbbd6f","kind":"commit","published_at":"2022-11-09T12:49:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4/manifests"},{"name":"axum-macros-v0.3.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2/manifests"},{"name":"axum-core-v0.3.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3/manifests"},{"name":"axum-extra-v0.4.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3/manifests"},{"name":"axum-v0.5.17","sha":"2c00e61d8202b8ef4f872ab12688e427827f3dfe","kind":"commit","published_at":"2022-10-20T19:03:05.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17/manifests"},{"name":"axum-core-v0.2.9","sha":"23ded07e514c7446c1b253b37590608321c330c6","kind":"commit","published_at":"2022-10-20T18:43:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9/manifests"},{"name":"axum-core-v0.3.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2/manifests"},{"name":"axum-v0.5.16","sha":"76f76883830c07f78f766a776bf7434430a723ee","kind":"commit","published_at":"2022-09-10T08:00:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16/manifests"},{"name":"axum-core-v0.2.8","sha":"fcc1c9d94da530cc32eceae26fef8b3e89f0ce67","kind":"commit","published_at":"2022-09-10T07:57:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8/manifests"},{"name":"axum-core-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1/manifests"},{"name":"axum-v0.6.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1/manifests"},{"name":"axum-macros-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1/manifests"},{"name":"axum-extra-v0.4.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1/manifests"},{"name":"axum-extra-v0.3.7","sha":"3990c3a6eb3a438b7d0a4a068409e377d9f6a005","kind":"commit","published_at":"2022-08-09T15:12:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7/manifests"},{"name":"axum-v0.5.15","sha":"849abb1ad852dd79e473c7d56699c7fccc56550c","kind":"commit","published_at":"2022-08-09T14:55:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15/manifests"},{"name":"axum-v0.5.14","sha":"e6a75a22ec165a47a4d65d5c3a7dd4c365b17014","kind":"commit","published_at":"2022-07-25T18:45:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14/manifests"},{"name":"axum-v0.5.13","sha":"b7e70a2787802740fe2e78c067a8860d52ac58c2","kind":"commit","published_at":"2022-07-15T10:12:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13/manifests"},{"name":"axum-v0.5.12","sha":"27786a5fefb203d8076b53ea4bc92f629f96f76e","kind":"commit","published_at":"2022-07-10T13:08:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12/manifests"},{"name":"axum-core-v0.2.7","sha":"ed398c181e3d1bbafc1b2360531ac1f40b95e145","kind":"commit","published_at":"2022-07-10T13:06:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7/manifests"},{"name":"axum-v0.5.11","sha":"a05f6a05190b6f0c654230bcaa8e33e6a5577615","kind":"commit","published_at":"2022-07-02T15:44:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11/manifests"},{"name":"axum-extra-v0.3.6","sha":"305331e6188b10027004ed33659faa408d28f822","kind":"commit","published_at":"2022-07-02T09:38:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6/manifests"},{"name":"axum-v0.5.10","sha":"7e794e9d1d421793485fbe374fb18d5f0dd2e404","kind":"commit","published_at":"2022-06-28T19:32:39.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10/manifests"},{"name":"axum-extra-v0.3.5","sha":"905bbfb8e22a08e7b4e9c596b76054904a4faa0f","kind":"commit","published_at":"2022-06-27T19:08:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5/manifests"},{"name":"axum-macros-v0.2.3","sha":"b10c9d34bdea117a3c052be9aa8334342e397d9a","kind":"commit","published_at":"2022-06-27T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3/manifests"},{"name":"axum-v0.5.9","sha":"fabb205a9eadf539420c0ea09fbf315adb7c9ffd","kind":"commit","published_at":"2022-06-20T11:44:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9/manifests"},{"name":"axum-v0.5.8","sha":"5ac0b2b3d7abe4946277ee17cfdb3c6594344d80","kind":"commit","published_at":"2022-06-18T09:38:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8/manifests"},{"name":"axum-core-v0.2.6","sha":"7deaff7e1ece0e5d0ba99043fe2bf4b807433ea1","kind":"commit","published_at":"2022-06-18T09:00:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6/manifests"},{"name":"axum-v0.5.7","sha":"7aa3f35129dd9a8022d2cc89ba4001c0c39c90c9","kind":"commit","published_at":"2022-06-08T14:08:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7/manifests"},{"name":"axum-extra-v0.3.4","sha":"fbb47868512119a07552686e979f5c1adb1450ff","kind":"commit","published_at":"2022-06-08T13:58:37.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4/manifests"},{"name":"axum-core-v0.2.5","sha":"a9eb4ac527c828bab227e4ccc5f88c0fc85f3e5e","kind":"commit","published_at":"2022-06-08T13:56:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5/manifests"},{"name":"axum-extra-v0.3.3","sha":"1d7878c3c8e961156a1ba151918ffc7f30a70531","kind":"commit","published_at":"2022-05-18T18:29:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3/manifests"},{"name":"axum-macros-v0.2.2","sha":"80d0cc19e661c0c698cef83e135605e84a5b90f7","kind":"commit","published_at":"2022-05-18T18:23:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2/manifests"},{"name":"axum-v0.5.6","sha":"316e20fbd96d9255814445a3a02a53b5a71bb2c5","kind":"commit","published_at":"2022-05-15T21:05:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6/manifests"},{"name":"axum-extra-v0.3.2","sha":"61c4e1959822c1dd64ac97ca76f33ff32a64abb4","kind":"commit","published_at":"2022-05-15T18:01:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2/manifests"},{"name":"axum-extra-v0.3.1","sha":"cfdac03c8da9dc9ec1e81ba5fbe9ef2f2d449b65","kind":"commit","published_at":"2022-05-10T12:05:36.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1/manifests"},{"name":"axum-macros-v0.2.1","sha":"46e6d3493bf991a8279fb060e7bf22001cfdac66","kind":"commit","published_at":"2022-05-10T11:46:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1/manifests"},{"name":"axum-v0.5.5","sha":"96aaac4865d1c7b2a014564fe906ae0ed06998c9","kind":"commit","published_at":"2022-05-10T11:43:08.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5/manifests"},{"name":"axum-core-v0.2.4","sha":"5be73c106437789f95e8dc85c13abf8ea1e3d873","kind":"commit","published_at":"2022-05-02T09:52:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4/manifests"},{"name":"axum-extra-v0.3.0","sha":"a3b6cbc99c71e0184c2fb175bbe05120a180237b","kind":"commit","published_at":"2022-04-27T08:27:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0/manifests"},{"name":"axum-v0.5.4","sha":"a723ed14539b3a12c4b9ea803f0772b699603e6d","kind":"commit","published_at":"2022-04-26T14:50:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4/manifests"},{"name":"axum-core-v0.2.3","sha":"0702c59c7dfa88828278abb846648f55fede2baa","kind":"commit","published_at":"2022-04-26T14:19:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3/manifests"},{"name":"axum-v0.5.3","sha":"061e66c236ed1278c0dc4e67edffa8b36a8bb646","kind":"commit","published_at":"2022-04-19T15:00:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3/manifests"},{"name":"axum-v0.5.2","sha":"883a1cfd8f3f536a762b4347242ffb70b72b3b85","kind":"commit","published_at":"2022-04-19T14:19:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2/manifests"},{"name":"axum-core-v0.2.2","sha":"598e6935df0e27b9b268b7d06d039a847181546a","kind":"commit","published_at":"2022-04-19T14:17:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2/manifests"},{"name":"axum-v0.5.1","sha":"3e716f303f4cec09a0c588142ddfeba94434a39b","kind":"commit","published_at":"2022-04-03T18:23:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1/manifests"},{"name":"axum-core-v0.2.1","sha":"bcda1a97dbfe616c168ea64addc8477865946a34","kind":"commit","published_at":"2022-04-03T18:21:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1/manifests"},{"name":"axum-extra-v0.2.1","sha":"950dde26640095d1c7f696ddfdace96cdce6689a","kind":"commit","published_at":"2022-04-03T18:18:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1/manifests"},{"name":"axum-extra-v0.2.0","sha":"5d0a7b440c15c2eda5b1e90b512c29167c440c32","kind":"commit","published_at":"2022-03-31T18:48:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0/manifests"},{"name":"axum-macros-v0.2.0","sha":"f69d2dbf40c17b867f3d89a3182dd52501bf53c8","kind":"commit","published_at":"2022-03-31T18:45:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0/manifests"},{"name":"axum-v0.5.0","sha":"fec64bc1b664259caf0448588c99dd622ab3f6ef","kind":"commit","published_at":"2022-03-31T18:37:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0/manifests"},{"name":"axum-core-v0.2.0","sha":"fba2faa38f02849cb2dfa60e420f300624409999","kind":"commit","published_at":"2022-03-31T18:36:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0/manifests"},{"name":"axum-v0.4.8","sha":"4562cf3f26eb16ed49a603a7756e4f32edc2daf9","kind":"commit","published_at":"2022-03-02T12:48:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8/manifests"},{"name":"axum-macros-v0.1.2","sha":"87638d07cfb976a67ce212641c87623857acba89","kind":"commit","published_at":"2022-03-01T13:21:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2/manifests"},{"name":"axum-extra-v0.1.5","sha":"ca8a6c08c2c45ee51150b77936bf1f9395a68afd","kind":"commit","published_at":"2022-03-01T13:19:20.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5/manifests"},{"name":"axum-v0.4.7","sha":"558a4d05b0d231f17a26716af9115802af7ebc8f","kind":"commit","published_at":"2022-03-01T12:59:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7/manifests"},{"name":"axum-extra-v0.1.4","sha":"36da5fceab5b70e25a76bd4cc13ab6b49c6d9b02","kind":"commit","published_at":"2022-02-22T14:05:53.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4/manifests"},{"name":"axum-extra-v0.1.3","sha":"aa4ab8b0841df0853e47b102e8f4f9eea8ee2d18","kind":"commit","published_at":"2022-02-22T12:59:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3/manifests"},{"name":"axum-macros-v0.1.1","sha":"b2267be2d59bddd41cafefab4241711042b40ace","kind":"commit","published_at":"2022-02-22T12:56:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1/manifests"},{"name":"axum-v0.4.6","sha":"4b0b4c877271748dcba08564c1bf8f9a4bbdd436","kind":"commit","published_at":"2022-02-22T12:53:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6/manifests"},{"name":"axum-core-v0.1.2","sha":"263e58e2c3f0398e95685c78b9a4219a4977eda9","kind":"commit","published_at":"2022-02-22T12:43:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2/manifests"},{"name":"axum-v0.4.5","sha":"cab7d671babf36f097d3dfb0d080049efaef20e9","kind":"commit","published_at":"2022-01-31T21:28:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5/manifests"},{"name":"axum-debug-v0.3.3","sha":"9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b","kind":"commit","published_at":"2022-01-31T21:06:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3/manifests"},{"name":"axum-macros-v0.1.0","sha":"c1cc4b515ad8b5d271e8b8bd7e6d7105364cab4a","kind":"commit","published_at":"2022-01-31T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0/manifests"},{"name":"axum-extra-v0.1.2","sha":"6d01f3968e696e8118412d75dfefa242b89fedd8","kind":"commit","published_at":"2022-01-13T09:37:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2/manifests"},{"name":"axum-v0.4.4","sha":"5fe981a1da028e1d3444581d29ec2c57dc13d436","kind":"commit","published_at":"2022-01-13T09:37:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4/manifests"},{"name":"axum-extra-v0.1.1","sha":"9f5f29dfba12377b03fd3a6405dd2b3c49ad2c40","kind":"commit","published_at":"2021-12-27T14:23:02.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1/manifests"},{"name":"axum-v0.4.3","sha":"4c48efc86144ff982b13aec99347a202e371dd60","kind":"commit","published_at":"2021-12-21T14:41:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3/manifests"},{"name":"axum-debug-v0.3.2","sha":"3a259dcec7e3ccbabe49c3bd07da04cb02029e8f","kind":"commit","published_at":"2021-12-09T09:52:31.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2/manifests"},{"name":"axum-v0.4.2","sha":"9f6be24ecd268bca80637415c04481f104401996","kind":"commit","published_at":"2021-12-06T12:03:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2/manifests"},{"name":"axum-debug-v0.3.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1/manifests"},{"name":"axum-v0.4.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1/manifests"},{"name":"axum-core-v0.1.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1/manifests"},{"name":"axum-debug-v0.3.0","sha":"628921bcad878ab4396705e0798494fbc9ebd3c5","kind":"commit","published_at":"2021-12-03T21:42:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0/manifests"},{"name":"axum-core-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0/manifests"},{"name":"v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0/manifests"},{"name":"axum-v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0/manifests"},{"name":"axum-extra-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0/manifests"},{"name":"axum-debug-v0.2.2","sha":"6d0abd447c0d2b4cdfa192c0040d9c426c820366","kind":"commit","published_at":"2021-11-22T09:40:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2/manifests"},{"name":"axum-debug-v0.2.1","sha":"44a49cb1992c466e48cfbfd896d2d34e76b6f20c","kind":"commit","published_at":"2021-11-19T20:38:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1/manifests"},{"name":"v0.3.4","sha":"cb4f64375bab27d0439a82bee74fc4f0d06a5ef8","kind":"commit","published_at":"2021-11-17T12:51:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4/manifests"},{"name":"axum-debug-v0.2.0","sha":"e58336621d9f7d87300bb7ce20e19a2ac65cd3b4","kind":"commit","published_at":"2021-11-13T19:44:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0/manifests"},{"name":"axum-v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3/manifests"},{"name":"v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"3d78711e47351d9ac02837eff527703d4f88c454","kind":"commit","published_at":"2021-11-08T18:01:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1/manifests"},{"name":"axum-v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1/manifests"},{"name":"v0.3.0","sha":"85731a4f1d7bfdcd984ea79c920f733f60527260","kind":"commit","published_at":"2021-11-02T17:14:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0/manifests"},{"name":"axum-v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8/manifests"},{"name":"v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"76d40aea914d347c9d52de1fe9b3b7bb52dbc769","kind":"commit","published_at":"2021-10-06T19:27:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6/manifests"},{"name":"axum-v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6/manifests"},{"name":"v0.2.5","sha":"bb5bcab11668940bd1c1232bdb980baab8ef6aa5","kind":"commit","published_at":"2021-09-18T17:35:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5/manifests"},{"name":"axum-v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4/manifests"},{"name":"v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"bdc39deef221f01d648bd3dcd247221080560adf","kind":"commit","published_at":"2021-08-26T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2/manifests"},{"name":"axum-v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2/manifests"},{"name":"v0.2.1","sha":"9a082a74b0a1641b44e31cfaac9cbc69a2e0e238","kind":"commit","published_at":"2021-08-24T10:53:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0/manifests"},{"name":"axum-v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0/manifests"},{"name":"v0.1.3","sha":"e13f1da11d2726997669c15ca4c294b063ec6b65","kind":"commit","published_at":"2021-08-06T09:20:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2/manifests"},{"name":"axum-v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2/manifests"},{"name":"axum-v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1/manifests"},{"name":"v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2024-10-29T16:24:32.102Z","dependent_packages_count":48,"downloads":85072506,"downloads_period":"total","dependent_repos_count":627,"rankings":{"downloads":1.4026474279534924,"dependent_repos_count":1.5723543480491597,"dependent_packages_count":1.9221205686635143,"stargazers_count":0.808438072380471,"forks_count":1.2363418177224785,"docker_downloads_count":2.4822302953719793,"average":1.570688755023516},"purl":"pkg:cargo/axum-macros","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axum-macros","docker_dependents_count":31,"docker_downloads_count":23282422,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axum-macros","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axum-macros/dependencies","status":null,"funding_links":["https://github.com/sponsors/tokio-rs"],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T14:33:26.883Z","issues_count":487,"pull_requests_count":601,"avg_time_to_close_issue":2311039.3484848486,"avg_time_to_close_pull_request":1797645.2165137616,"issues_closed_count":395,"pull_requests_closed_count":545,"pull_request_authors_count":195,"issue_authors_count":255,"avg_comments_per_issue":4.804928131416838,"avg_comments_per_pull_request":1.5207986688851913,"merged_pull_requests_count":462,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":217,"past_year_pull_requests_count":314,"past_year_avg_time_to_close_issue":1332798.382857143,"past_year_avg_time_to_close_pull_request":1663654.820143885,"past_year_issues_closed_count":174,"past_year_pull_requests_closed_count":278,"past_year_pull_request_authors_count":134,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":2.4285714285714284,"past_year_avg_comments_per_pull_request":1.6496815286624205,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":236,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"davidpdrsn","count":215,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}],"active_maintainers":[{"login":"davidpdrsn","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-macros/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-macros/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-macros/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-macros/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-macros/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-macros/codemeta","maintainers":[{"uuid":"10","login":"carllerche","name":"Carl Lerche","email":null,"url":"https://github.com/carllerche","packages_count":291,"html_url":"https://crates.io/users/carllerche","role":null,"created_at":"2024-10-29T16:24:23.612Z","updated_at":"2024-10-29T16:24:23.612Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carllerche/packages"},{"uuid":"12432","login":"davidpdrsn","name":"David Pedersen","email":null,"url":"https://github.com/davidpdrsn","packages_count":45,"html_url":"https://crates.io/users/davidpdrsn","role":null,"created_at":"2022-11-07T16:59:08.122Z","updated_at":"2022-11-07T16:59:08.122Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/davidpdrsn/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":3587810,"name":"axum-handle-error-extract","ecosystem":"cargo","description":"Error handling layer for axum that supports extractors and async functions","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["http","web","framework"],"namespace":null,"versions_count":1,"first_release_published_at":"2021-11-08T18:29:17.358Z","latest_release_published_at":"2021-11-08T18:29:17.358Z","latest_release_number":"0.1.0","last_synced_at":"2026-05-16T12:40:58.501Z","created_at":"2022-04-11T04:52:02.852Z","updated_at":"2026-05-16T15:25:52.127Z","registry_url":"https://crates.io/crates/axum-handle-error-extract/","install_command":"cargo install axum-handle-error-extract","documentation_url":"https://docs.rs/axum-handle-error-extract/","metadata":{"categories":["asynchronous","network-programming","web-programming"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2025-12-03T14:18:27.000Z","size":5404,"stargazers_count":24002,"open_issues_count":76,"forks_count":1280,"subscribers_count":141,"default_branch":"main","last_synced_at":"2025-12-04T09:41:58.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2025-12-04T09:39:46.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1461,"total_committers":338,"mean_commits":4.322485207100592,"dds":0.4421629021218344,"last_synced_commit":"280d16a61059f57230819a79b15aa12a263e8cca"},"previous_names":[],"tags_count":215,"template":false,"template_full_name":null,"purl":"pkg:github/tokio-rs/axum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/sbom","scorecard":{"id":891516,"data":{"date":"2025-08-11","repo":{"name":"github.com/tokio-rs/axum","commit":"9ec85d69703a9065a1098bb43bd93113695d5ade"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"29 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:252: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:255: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  25 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T12:00:50.354Z","repository_id":36964250,"created_at":"2025-08-24T12:00:50.355Z","updated_at":"2025-08-24T12:00:50.355Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27728261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2026-05-16T15:25:52.101Z","dependent_packages_count":0,"downloads":2938,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":77.12581215692383,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.9475545943568267,"forks_count":1.4992256444562557,"average":28.54063762909744},"purl":"pkg:cargo/axum-handle-error-extract","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axum-handle-error-extract","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axum-handle-error-extract","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axum-handle-error-extract/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-05T04:01:20.246Z","issues_count":398,"pull_requests_count":994,"avg_time_to_close_issue":3039845.5551724136,"avg_time_to_close_pull_request":1869029.6920454546,"issues_closed_count":290,"pull_requests_closed_count":880,"pull_request_authors_count":277,"issue_authors_count":332,"avg_comments_per_issue":2.861809045226131,"avg_comments_per_pull_request":1.579476861167002,"merged_pull_requests_count":748,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":113,"past_year_pull_requests_count":460,"past_year_avg_time_to_close_issue":842640.3666666667,"past_year_avg_time_to_close_pull_request":491590.0613333333,"past_year_issues_closed_count":60,"past_year_pull_requests_closed_count":375,"past_year_pull_request_authors_count":107,"past_year_issue_authors_count":101,"past_year_avg_comments_per_issue":1.2300884955752212,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":326,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"jplatte","count":183,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"davidpdrsn","count":114,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"tottoto","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"taiki-e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}],"active_maintainers":[{"login":"jplatte","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"tottoto","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-handle-error-extract/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-handle-error-extract/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-handle-error-extract/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-handle-error-extract/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-handle-error-extract/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-handle-error-extract/codemeta","maintainers":[{"uuid":"12432","login":"davidpdrsn","name":"David Pedersen","email":null,"url":"https://github.com/davidpdrsn","packages_count":45,"html_url":"https://crates.io/users/davidpdrsn","role":null,"created_at":"2022-11-07T16:59:07.805Z","updated_at":"2022-11-07T16:59:07.805Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/davidpdrsn/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":6520970,"name":"axam","ecosystem":"cargo","description":"Web framework that focuses on ergonomics and modularity","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["http","web","framework"],"namespace":null,"versions_count":2,"first_release_published_at":"2023-03-13T16:42:41.591Z","latest_release_published_at":"2023-03-13T16:51:48.411Z","latest_release_number":"0.6.12","last_synced_at":"2026-05-16T12:40:19.669Z","created_at":"2023-03-13T20:43:43.359Z","updated_at":"2026-05-16T12:40:19.669Z","registry_url":"https://crates.io/crates/axam/","install_command":"cargo install axam","documentation_url":"https://docs.rs/axam/","metadata":{"categories":["web-programming::http-server","network-programming","asynchronous"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2025-10-20T10:12:13.000Z","size":5369,"stargazers_count":23480,"open_issues_count":79,"forks_count":1253,"subscribers_count":143,"default_branch":"main","last_synced_at":"2025-10-21T06:26:23.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2025-10-21T06:18:49.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1461,"total_committers":338,"mean_commits":4.322485207100592,"dds":0.4421629021218344,"last_synced_commit":"280d16a61059f57230819a79b15aa12a263e8cca"},"previous_names":[],"tags_count":212,"template":false,"template_full_name":null,"purl":"pkg:github/tokio-rs/axum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/sbom","scorecard":{"id":891516,"data":{"date":"2025-08-11","repo":{"name":"github.com/tokio-rs/axum","commit":"9ec85d69703a9065a1098bb43bd93113695d5ade"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"29 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:252: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:255: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  25 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T12:00:50.354Z","repository_id":36964250,"created_at":"2025-08-24T12:00:50.355Z","updated_at":"2025-08-24T12:00:50.355Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280631170,"owners_count":26363734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":46,"last_synced_at":"2025-10-23T00:03:15.030Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":96239,"followers":2472,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2025-10-23T00:03:15.030Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"tags":[]},"repo_metadata_updated_at":"2025-10-23T14:13:45.496Z","dependent_packages_count":0,"downloads":229,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":93.1948351859828,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.9475545943568267,"forks_count":1.4992256444562557,"average":31.75444223490923},"purl":"pkg:cargo/axam","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axam","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axam","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axam/dependencies","status":"removed","funding_links":["https://github.com/sponsors/tokio-rs"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-05T04:01:20.246Z","issues_count":398,"pull_requests_count":994,"avg_time_to_close_issue":3039845.5551724136,"avg_time_to_close_pull_request":1869029.6920454546,"issues_closed_count":290,"pull_requests_closed_count":880,"pull_request_authors_count":277,"issue_authors_count":332,"avg_comments_per_issue":2.861809045226131,"avg_comments_per_pull_request":1.579476861167002,"merged_pull_requests_count":748,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":113,"past_year_pull_requests_count":460,"past_year_avg_time_to_close_issue":842640.3666666667,"past_year_avg_time_to_close_pull_request":491590.0613333333,"past_year_issues_closed_count":60,"past_year_pull_requests_closed_count":375,"past_year_pull_request_authors_count":107,"past_year_issue_authors_count":101,"past_year_avg_comments_per_issue":1.2300884955752212,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":326,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"jplatte","count":183,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"davidpdrsn","count":114,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"tottoto","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"taiki-e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}],"active_maintainers":[{"login":"jplatte","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"tottoto","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axam/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axam/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axam/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axam/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axam/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axam/codemeta","maintainers":[{"uuid":"94614","login":"myyrakle","name":"myyrakle","email":null,"url":"https://github.com/myyrakle","packages_count":38,"html_url":"https://crates.io/users/myyrakle","role":null,"created_at":"2023-03-13T23:02:50.977Z","updated_at":"2023-03-13T23:02:50.977Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/myyrakle/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":3587743,"name":"axum-debug","ecosystem":"cargo","description":"Better error messages for axum framework.","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["debug","debugging","axum"],"namespace":null,"versions_count":9,"first_release_published_at":"2021-10-03T04:51:17.413Z","latest_release_published_at":"2022-01-31T21:07:36.503Z","latest_release_number":"0.3.3","last_synced_at":"2026-05-16T12:40:58.923Z","created_at":"2022-04-11T04:51:34.860Z","updated_at":"2026-05-16T15:25:52.527Z","registry_url":"https://crates.io/crates/axum-debug/","install_command":"cargo install axum-debug","documentation_url":"https://docs.rs/axum-debug/","metadata":{"categories":["development-tools::debugging"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2025-12-03T14:18:27.000Z","size":5404,"stargazers_count":24002,"open_issues_count":76,"forks_count":1280,"subscribers_count":141,"default_branch":"main","last_synced_at":"2025-12-04T09:41:58.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2025-12-04T09:39:46.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1461,"total_committers":338,"mean_commits":4.322485207100592,"dds":0.4421629021218344,"last_synced_commit":"280d16a61059f57230819a79b15aa12a263e8cca"},"previous_names":[],"tags_count":215,"template":false,"template_full_name":null,"purl":"pkg:github/tokio-rs/axum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/sbom","scorecard":{"id":891516,"data":{"date":"2025-08-11","repo":{"name":"github.com/tokio-rs/axum","commit":"9ec85d69703a9065a1098bb43bd93113695d5ade"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"29 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:188: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:214: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:231: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:252: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:255: update your workflow using https://app.stepsecurity.io/secureworkflow/tokio-rs/axum/CI.yml/main?enable=pin","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  25 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T12:00:50.354Z","repository_id":36964250,"created_at":"2025-08-24T12:00:50.355Z","updated_at":"2025-08-24T12:00:50.355Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27728261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2026-05-16T15:25:52.500Z","dependent_packages_count":1,"downloads":63637,"downloads_period":"total","dependent_repos_count":5,"rankings":{"downloads":8.550180003789553,"dependent_repos_count":10.15210386656558,"dependent_packages_count":31.197826584847693,"stargazers_count":0.808438072380471,"forks_count":1.2363418177224785,"docker_downloads_count":null,"average":10.388978069061155},"purl":"pkg:cargo/axum-debug","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axum-debug","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axum-debug","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axum-debug/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-05T04:01:20.246Z","issues_count":398,"pull_requests_count":994,"avg_time_to_close_issue":3039845.5551724136,"avg_time_to_close_pull_request":1869029.6920454546,"issues_closed_count":290,"pull_requests_closed_count":880,"pull_request_authors_count":277,"issue_authors_count":332,"avg_comments_per_issue":2.861809045226131,"avg_comments_per_pull_request":1.579476861167002,"merged_pull_requests_count":748,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":113,"past_year_pull_requests_count":460,"past_year_avg_time_to_close_issue":842640.3666666667,"past_year_avg_time_to_close_pull_request":491590.0613333333,"past_year_issues_closed_count":60,"past_year_pull_requests_closed_count":375,"past_year_pull_request_authors_count":107,"past_year_issue_authors_count":101,"past_year_avg_comments_per_issue":1.2300884955752212,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":326,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"jplatte","count":183,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"davidpdrsn","count":114,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"tottoto","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"taiki-e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}],"active_maintainers":[{"login":"jplatte","count":93,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"},{"login":"mladedav","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"tottoto","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"},{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-debug/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-debug/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-debug/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-debug/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-debug/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-debug/codemeta","maintainers":[{"uuid":"12432","login":"davidpdrsn","name":"David Pedersen","email":null,"url":"https://github.com/davidpdrsn","packages_count":45,"html_url":"https://crates.io/users/davidpdrsn","role":null,"created_at":"2022-11-07T16:59:06.475Z","updated_at":"2022-11-07T16:59:06.475Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/davidpdrsn/packages"},{"uuid":"130327","login":"programatik29","name":"Eray Karatay","email":null,"url":"https://github.com/programatik29","packages_count":6,"html_url":"https://crates.io/users/programatik29","role":null,"created_at":"2022-11-07T16:59:06.480Z","updated_at":"2022-11-07T16:59:06.480Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/programatik29/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13467666,"name":"rust-axum","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/tokio-rs/axum","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T17:46:06.958Z","latest_release_published_at":"2026-02-09T17:46:06.958Z","latest_release_number":"0.6.20-34","last_synced_at":"2026-03-09T18:24:46.250Z","created_at":"2026-02-09T17:46:05.174Z","updated_at":"2026-03-09T18:32:54.066Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-axum","install_command":"apt-get install rust-axum","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"librust-axum-dev, librust-axum-core-dev, librust-axum-extra-dev, librust-axum-macros-dev","standards_version":"4.7.0","maintainer":"Jonas Smedegaard \u003cdr@jones.dk\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-rust, librust-anyhow-1+default-dev \u003c!nocheck\u003e, librust-async-trait-0.1+default-dev \u003c!nocheck\u003e, librust-base64-0.21+default-dev \u003c!nocheck\u003e, librust-bitflags-1+default-dev \u003c!nocheck\u003e, librust-bytes-1+default-dev \u003c!nocheck\u003e, librust-cookie-0.18+default-dev \u003c!nocheck\u003e, librust-cookie-0.18+key-expansion-dev \u003c!nocheck\u003e, librust-cookie-0.18+percent-encode-dev \u003c!nocheck\u003e, librust-cookie-0.18+private-dev \u003c!nocheck\u003e, librust-cookie-0.18+signed-dev \u003c!nocheck\u003e, librust-form-urlencoded-1+default-dev \u003c!nocheck\u003e, librust-futures-util-0.3+alloc-dev \u003c!nocheck\u003e, librust-headers-0.3+default-dev \u003c!nocheck\u003e, librust-heck-0.4+default-dev \u003c!nocheck\u003e, librust-http-0.2+default-dev \u003c!nocheck\u003e, librust-http-body-0.4+default-dev \u003c!nocheck\u003e, librust-hyper-0.14+default-dev \u003c!nocheck\u003e, librust-hyper-0.14+http1-dev \u003c!nocheck\u003e, librust-hyper-0.14+http2-dev \u003c!nocheck\u003e, librust-hyper-0.14+runtime-dev \u003c!nocheck\u003e, librust-hyper-0.14+server-dev \u003c!nocheck\u003e, librust-hyper-0.14+stream-dev \u003c!nocheck\u003e, librust-hyper-0.14+tcp-dev \u003c!nocheck\u003e, librust-itoa-1+default-dev \u003c!nocheck\u003e, librust-matchit-0.7+default-dev \u003c!nocheck\u003e, librust-memchr-2+default-dev \u003c!nocheck\u003e, librust-mime-0.3+default-dev \u003c!nocheck\u003e, librust-multer-2+default-dev \u003c!nocheck\u003e, librust-percent-encoding-2+default-dev \u003c!nocheck\u003e, librust-pin-project-lite-0.2+default-dev \u003c!nocheck\u003e, librust-proc-macro2-1+default-dev \u003c!nocheck\u003e, librust-prost-0.12+default-dev \u003c!nocheck\u003e, librust-quickcheck-1+default-dev \u003c!nocheck\u003e, librust-quickcheck-macros-1+default-dev \u003c!nocheck\u003e, librust-quote-1+default-dev \u003c!nocheck\u003e, librust-reqwest-0.11+json-dev \u003c!nocheck\u003e, librust-reqwest-0.11+multipart-dev \u003c!nocheck\u003e, librust-reqwest-0.11+stream-dev \u003c!nocheck\u003e, librust-rustversion-1+default-dev \u003c!nocheck\u003e, librust-serde-1+default-dev \u003c!nocheck\u003e, librust-serde-1+derive-dev \u003c!nocheck\u003e, librust-serde-urlencoded-0.7+default-dev \u003c!nocheck\u003e, librust-serde-json-1+default-dev \u003c!nocheck\u003e, librust-serde-json-1+raw-value-dev \u003c!nocheck\u003e, librust-serde-html-form-0.2+default-dev \u003c!nocheck\u003e, librust-serde-path-to-error-0.1+default-dev \u003c!nocheck\u003e, librust-sha1-0.10+default-dev \u003c!nocheck\u003e, librust-syn-2+default-dev \u003c!nocheck\u003e, librust-syn-2+extra-traits-dev \u003c!nocheck\u003e, librust-syn-2+full-dev \u003c!nocheck\u003e, librust-syn-2+parsing-dev \u003c!nocheck\u003e, librust-sync-wrapper-0.1+default-dev \u003c!nocheck\u003e, librust-time-0.3+default-dev \u003c!nocheck\u003e, librust-time-0.3+serde-human-readable-dev \u003c!nocheck\u003e, librust-tokio-1+default-dev \u003c!nocheck\u003e, librust-tokio-1+full-dev \u003c!nocheck\u003e, librust-tokio-1+macros-dev \u003c!nocheck\u003e, librust-tokio-1+net-dev \u003c!nocheck\u003e, librust-tokio-1+rt-dev \u003c!nocheck\u003e, librust-tokio-1+rt-multi-thread-dev \u003c!nocheck\u003e, librust-tokio-1+test-util-dev \u003c!nocheck\u003e, librust-tokio-1+time-dev \u003c!nocheck\u003e, librust-tokio-stream-0.1+default-dev \u003c!nocheck\u003e, librust-tokio-stream-0.1+io-util-dev \u003c!nocheck\u003e, librust-tokio-tungstenite-0.20+default-dev \u003c!nocheck\u003e, librust-tokio-util-0.7+default-dev \u003c!nocheck\u003e, librust-tokio-util-0.7+io-dev \u003c!nocheck\u003e, librust-tower-0.4+default-dev \u003c!nocheck\u003e, librust-tower-0.4+filter-dev \u003c!nocheck\u003e, librust-tower-0.4+limit-dev \u003c!nocheck\u003e, librust-tower-0.4+load-shed-dev \u003c!nocheck\u003e, librust-tower-0.4+log-dev \u003c!nocheck\u003e, librust-tower-0.4+make-dev \u003c!nocheck\u003e, librust-tower-0.4+steer-dev \u003c!nocheck\u003e, librust-tower-0.4+timeout-dev \u003c!nocheck\u003e, librust-tower-0.4+util-dev \u003c!nocheck\u003e, librust-tower-http-0.4-dev \u003c!nocheck\u003e, librust-tower-layer-0.3+default-dev (\u003e= 0.3.2) \u003c!nocheck\u003e, librust-tower-service-0.3+default-dev \u003c!nocheck\u003e, librust-tracing-0.1+default-dev \u003c!nocheck\u003e, librust-tracing-subscriber-0.3+default-dev \u003c!nocheck\u003e, librust-tracing-subscriber-0.3+json-dev \u003c!nocheck\u003e, librust-trybuild-1+default-dev \u003c!nocheck\u003e, librust-uuid-1+default-dev \u003c!nocheck\u003e, librust-uuid-1+serde-dev \u003c!nocheck\u003e, librust-uuid-1+v4-dev \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-axum?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-axum","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-axum","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-axum/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-axum/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-axum/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-axum/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-axum/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-axum/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-axum/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":3587713,"name":"axum-core","ecosystem":"cargo","description":"Core types and traits for axum","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["framework","http","web"],"namespace":null,"versions_count":37,"first_release_published_at":"2021-08-21T16:52:01.594Z","latest_release_published_at":"2025-12-27T09:19:34.014Z","latest_release_number":"0.5.6","last_synced_at":"2026-05-17T09:42:13.778Z","created_at":"2022-04-11T04:51:18.721Z","updated_at":"2026-05-17T09:42:13.778Z","registry_url":"https://crates.io/crates/axum-core/","install_command":"cargo install axum-core","documentation_url":"https://docs.rs/axum-core/","metadata":{"categories":["asynchronous","network-programming","web-programming"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2024-10-23T13:17:02.000Z","size":4471,"stargazers_count":18970,"open_issues_count":65,"forks_count":1056,"subscribers_count":129,"default_branch":"main","last_synced_at":"2024-10-29T09:34:16.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2024-10-29T08:11:48.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1343,"total_committers":295,"mean_commits":4.552542372881356,"dds":"0.39389426656738646","last_synced_commit":"b85bdc1be9081f40878c8fe79aeb50b19fc49957"},"previous_names":[],"tags_count":176,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222035727,"owners_count":16919929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":45,"last_synced_at":"2024-04-15T00:17:52.973Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":73767,"followers":1594,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2024-04-15T00:17:53.976Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"tags":[{"name":"axum-v0.7.5","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5/manifests"},{"name":"axum-extra-v0.9.3","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3/manifests"},{"name":"axum-core-v0.4.3","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3/manifests"},{"name":"axum-extra-v0.9.2","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2/manifests"},{"name":"axum-macros-v0.4.1","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1/manifests"},{"name":"axum-v0.7.4","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4/manifests"},{"name":"axum-v0.7.3","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3/manifests"},{"name":"axum-extra-v0.9.1","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1/manifests"},{"name":"axum-core-v0.4.2","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2/manifests"},{"name":"axum-core-v0.4.1","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1/manifests"},{"name":"axum-v0.7.2","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2/manifests"},{"name":"axum-v0.7.1","sha":"55376a65f1ea859018ee544d249d795228002be2","kind":"commit","published_at":"2023-11-27T08:36:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1/manifests"},{"name":"axum-core-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0/manifests"},{"name":"axum-extra-v0.9.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0/manifests"},{"name":"axum-macros-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0/manifests"},{"name":"axum-v0.7.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0/manifests"},{"name":"axum-extra-v0.8.0","sha":"3407de82c89931d87de49f57e23fa91343c959df","kind":"commit","published_at":"2023-09-16T19:41:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.8.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0/manifests"},{"name":"axum-v0.6.20","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.20","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20/manifests"},{"name":"axum-extra-v0.7.7","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7/manifests"},{"name":"axum-extra-v0.7.6","sha":"a25ed293d75aebc1ce7ea3500c88d7d88e669e5e","kind":"commit","published_at":"2023-08-02T15:53:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6/manifests"},{"name":"axum-v0.6.19","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.19","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19/manifests"},{"name":"axum-macros-v0.3.8","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8/manifests"},{"name":"axum-extra-v0.7.5","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5/manifests"},{"name":"axum-v0.6.18","sha":"79ea2747e9e480a9c9cfa84183a83aca1566b635","kind":"commit","published_at":"2023-04-30T11:36:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.18","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18/manifests"},{"name":"axum-v0.6.17","sha":"b7baac2638ecc5cfc6c8580e125741ff9c9d78e7","kind":"commit","published_at":"2023-04-25T13:55:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17/manifests"},{"name":"axum-extra-v0.7.4","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4/manifests"},{"name":"axum-v0.6.16","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16/manifests"},{"name":"axum-v0.6.15","sha":"cf1ed9bb546354fc075d59cdc02419297f1afe2c","kind":"commit","published_at":"2023-04-12T07:36:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15/manifests"},{"name":"axum-v0.6.14","sha":"b92b91e75e2c41ebe9b6bc3c8a715334dff304e1","kind":"commit","published_at":"2023-04-11T17:38:22.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14/manifests"},{"name":"axum-v0.6.13","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13/manifests"},{"name":"axum-core-v0.3.4","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4/manifests"},{"name":"axum-extra-v0.7.3","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3/manifests"},{"name":"axum-v0.6.12","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12/manifests"},{"name":"axum-extra-v0.7.2","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2/manifests"},{"name":"axum-macros-v0.3.7","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7/manifests"},{"name":"axum-macros-v0.3.6","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6/manifests"},{"name":"axum-extra-v0.7.1","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1/manifests"},{"name":"axum-v0.6.11","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11/manifests"},{"name":"axum-macros-v0.3.5","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5/manifests"},{"name":"axum-extra-v0.7.0","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0/manifests"},{"name":"axum-v0.6.10","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10/manifests"},{"name":"axum-core-v0.3.3","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3/manifests"},{"name":"axum-extra-v0.6.0","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0/manifests"},{"name":"axum-v0.6.9","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9/manifests"},{"name":"axum-v0.6.8","sha":"37478772bc16c210afdd04a6af4b990844cd1cba","kind":"commit","published_at":"2023-02-24T13:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8/manifests"},{"name":"axum-v0.6.7","sha":"277be8f8136000f3b2624a910ded9e7cdaeab73d","kind":"commit","published_at":"2023-02-17T14:07:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7/manifests"},{"name":"axum-extra-v0.5.0","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0/manifests"},{"name":"axum-v0.6.6","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6/manifests"},{"name":"axum-macros-v0.3.4","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4/manifests"},{"name":"axum-macros-v0.3.3","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3/manifests"},{"name":"axum-v0.6.5","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5/manifests"},{"name":"axum-v0.6.4","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4/manifests"},{"name":"axum-macros-v0.3.2","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2/manifests"},{"name":"axum-core-v0.3.2","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2/manifests"},{"name":"axum-v0.6.3","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3/manifests"},{"name":"axum-macros-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1/manifests"},{"name":"axum-core-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1/manifests"},{"name":"axum-v0.6.2","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2/manifests"},{"name":"axum-extra-v0.4.2","sha":"ee3cb971f759581dd7d8e06df74cc70f74446d52","kind":"commit","published_at":"2022-12-02T10:55:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2/manifests"},{"name":"axum-extra-v0.4.1","sha":"2121979a487b1bdb3c40892212548c33dbf25ab6","kind":"commit","published_at":"2022-11-29T09:57:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1/manifests"},{"name":"axum-v0.6.1","sha":"87a80ec47bfd2c39ac4ea3d1acffb5d1ff540f63","kind":"commit","published_at":"2022-11-29T08:43:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1/manifests"},{"name":"axum-macros-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0/manifests"},{"name":"axum-v0.6.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0/manifests"},{"name":"axum-core-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0/manifests"},{"name":"axum-extra-v0.4.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0/manifests"},{"name":"axum-extra-v0.4.0-rc.3","sha":"99c0224a7c6cc95405476e872dd65e3ce8f01cae","kind":"commit","published_at":"2022-11-19T12:02:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.5","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5/manifests"},{"name":"axum-macros-v0.3.0-rc.3","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.4","sha":"74bbe80f8ae17f712f0870623804d86b06cbbd6f","kind":"commit","published_at":"2022-11-09T12:49:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4/manifests"},{"name":"axum-macros-v0.3.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2/manifests"},{"name":"axum-core-v0.3.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3/manifests"},{"name":"axum-extra-v0.4.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3/manifests"},{"name":"axum-v0.5.17","sha":"2c00e61d8202b8ef4f872ab12688e427827f3dfe","kind":"commit","published_at":"2022-10-20T19:03:05.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17/manifests"},{"name":"axum-core-v0.2.9","sha":"23ded07e514c7446c1b253b37590608321c330c6","kind":"commit","published_at":"2022-10-20T18:43:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9/manifests"},{"name":"axum-core-v0.3.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2/manifests"},{"name":"axum-v0.5.16","sha":"76f76883830c07f78f766a776bf7434430a723ee","kind":"commit","published_at":"2022-09-10T08:00:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16/manifests"},{"name":"axum-core-v0.2.8","sha":"fcc1c9d94da530cc32eceae26fef8b3e89f0ce67","kind":"commit","published_at":"2022-09-10T07:57:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8/manifests"},{"name":"axum-core-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1/manifests"},{"name":"axum-v0.6.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1/manifests"},{"name":"axum-macros-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1/manifests"},{"name":"axum-extra-v0.4.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1/manifests"},{"name":"axum-extra-v0.3.7","sha":"3990c3a6eb3a438b7d0a4a068409e377d9f6a005","kind":"commit","published_at":"2022-08-09T15:12:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7/manifests"},{"name":"axum-v0.5.15","sha":"849abb1ad852dd79e473c7d56699c7fccc56550c","kind":"commit","published_at":"2022-08-09T14:55:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15/manifests"},{"name":"axum-v0.5.14","sha":"e6a75a22ec165a47a4d65d5c3a7dd4c365b17014","kind":"commit","published_at":"2022-07-25T18:45:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14/manifests"},{"name":"axum-v0.5.13","sha":"b7e70a2787802740fe2e78c067a8860d52ac58c2","kind":"commit","published_at":"2022-07-15T10:12:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13/manifests"},{"name":"axum-v0.5.12","sha":"27786a5fefb203d8076b53ea4bc92f629f96f76e","kind":"commit","published_at":"2022-07-10T13:08:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12/manifests"},{"name":"axum-core-v0.2.7","sha":"ed398c181e3d1bbafc1b2360531ac1f40b95e145","kind":"commit","published_at":"2022-07-10T13:06:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7/manifests"},{"name":"axum-v0.5.11","sha":"a05f6a05190b6f0c654230bcaa8e33e6a5577615","kind":"commit","published_at":"2022-07-02T15:44:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11/manifests"},{"name":"axum-extra-v0.3.6","sha":"305331e6188b10027004ed33659faa408d28f822","kind":"commit","published_at":"2022-07-02T09:38:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6/manifests"},{"name":"axum-v0.5.10","sha":"7e794e9d1d421793485fbe374fb18d5f0dd2e404","kind":"commit","published_at":"2022-06-28T19:32:39.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10/manifests"},{"name":"axum-extra-v0.3.5","sha":"905bbfb8e22a08e7b4e9c596b76054904a4faa0f","kind":"commit","published_at":"2022-06-27T19:08:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5/manifests"},{"name":"axum-macros-v0.2.3","sha":"b10c9d34bdea117a3c052be9aa8334342e397d9a","kind":"commit","published_at":"2022-06-27T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3/manifests"},{"name":"axum-v0.5.9","sha":"fabb205a9eadf539420c0ea09fbf315adb7c9ffd","kind":"commit","published_at":"2022-06-20T11:44:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9/manifests"},{"name":"axum-v0.5.8","sha":"5ac0b2b3d7abe4946277ee17cfdb3c6594344d80","kind":"commit","published_at":"2022-06-18T09:38:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8/manifests"},{"name":"axum-core-v0.2.6","sha":"7deaff7e1ece0e5d0ba99043fe2bf4b807433ea1","kind":"commit","published_at":"2022-06-18T09:00:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6/manifests"},{"name":"axum-v0.5.7","sha":"7aa3f35129dd9a8022d2cc89ba4001c0c39c90c9","kind":"commit","published_at":"2022-06-08T14:08:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7/manifests"},{"name":"axum-extra-v0.3.4","sha":"fbb47868512119a07552686e979f5c1adb1450ff","kind":"commit","published_at":"2022-06-08T13:58:37.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4/manifests"},{"name":"axum-core-v0.2.5","sha":"a9eb4ac527c828bab227e4ccc5f88c0fc85f3e5e","kind":"commit","published_at":"2022-06-08T13:56:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5/manifests"},{"name":"axum-extra-v0.3.3","sha":"1d7878c3c8e961156a1ba151918ffc7f30a70531","kind":"commit","published_at":"2022-05-18T18:29:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3/manifests"},{"name":"axum-macros-v0.2.2","sha":"80d0cc19e661c0c698cef83e135605e84a5b90f7","kind":"commit","published_at":"2022-05-18T18:23:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2/manifests"},{"name":"axum-v0.5.6","sha":"316e20fbd96d9255814445a3a02a53b5a71bb2c5","kind":"commit","published_at":"2022-05-15T21:05:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6/manifests"},{"name":"axum-extra-v0.3.2","sha":"61c4e1959822c1dd64ac97ca76f33ff32a64abb4","kind":"commit","published_at":"2022-05-15T18:01:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2/manifests"},{"name":"axum-extra-v0.3.1","sha":"cfdac03c8da9dc9ec1e81ba5fbe9ef2f2d449b65","kind":"commit","published_at":"2022-05-10T12:05:36.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1/manifests"},{"name":"axum-macros-v0.2.1","sha":"46e6d3493bf991a8279fb060e7bf22001cfdac66","kind":"commit","published_at":"2022-05-10T11:46:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1/manifests"},{"name":"axum-v0.5.5","sha":"96aaac4865d1c7b2a014564fe906ae0ed06998c9","kind":"commit","published_at":"2022-05-10T11:43:08.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5/manifests"},{"name":"axum-core-v0.2.4","sha":"5be73c106437789f95e8dc85c13abf8ea1e3d873","kind":"commit","published_at":"2022-05-02T09:52:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4/manifests"},{"name":"axum-extra-v0.3.0","sha":"a3b6cbc99c71e0184c2fb175bbe05120a180237b","kind":"commit","published_at":"2022-04-27T08:27:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0/manifests"},{"name":"axum-v0.5.4","sha":"a723ed14539b3a12c4b9ea803f0772b699603e6d","kind":"commit","published_at":"2022-04-26T14:50:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4/manifests"},{"name":"axum-core-v0.2.3","sha":"0702c59c7dfa88828278abb846648f55fede2baa","kind":"commit","published_at":"2022-04-26T14:19:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3/manifests"},{"name":"axum-v0.5.3","sha":"061e66c236ed1278c0dc4e67edffa8b36a8bb646","kind":"commit","published_at":"2022-04-19T15:00:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3/manifests"},{"name":"axum-v0.5.2","sha":"883a1cfd8f3f536a762b4347242ffb70b72b3b85","kind":"commit","published_at":"2022-04-19T14:19:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2/manifests"},{"name":"axum-core-v0.2.2","sha":"598e6935df0e27b9b268b7d06d039a847181546a","kind":"commit","published_at":"2022-04-19T14:17:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2/manifests"},{"name":"axum-v0.5.1","sha":"3e716f303f4cec09a0c588142ddfeba94434a39b","kind":"commit","published_at":"2022-04-03T18:23:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1/manifests"},{"name":"axum-core-v0.2.1","sha":"bcda1a97dbfe616c168ea64addc8477865946a34","kind":"commit","published_at":"2022-04-03T18:21:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1/manifests"},{"name":"axum-extra-v0.2.1","sha":"950dde26640095d1c7f696ddfdace96cdce6689a","kind":"commit","published_at":"2022-04-03T18:18:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1/manifests"},{"name":"axum-extra-v0.2.0","sha":"5d0a7b440c15c2eda5b1e90b512c29167c440c32","kind":"commit","published_at":"2022-03-31T18:48:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0/manifests"},{"name":"axum-macros-v0.2.0","sha":"f69d2dbf40c17b867f3d89a3182dd52501bf53c8","kind":"commit","published_at":"2022-03-31T18:45:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0/manifests"},{"name":"axum-v0.5.0","sha":"fec64bc1b664259caf0448588c99dd622ab3f6ef","kind":"commit","published_at":"2022-03-31T18:37:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0/manifests"},{"name":"axum-core-v0.2.0","sha":"fba2faa38f02849cb2dfa60e420f300624409999","kind":"commit","published_at":"2022-03-31T18:36:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0/manifests"},{"name":"axum-v0.4.8","sha":"4562cf3f26eb16ed49a603a7756e4f32edc2daf9","kind":"commit","published_at":"2022-03-02T12:48:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8/manifests"},{"name":"axum-macros-v0.1.2","sha":"87638d07cfb976a67ce212641c87623857acba89","kind":"commit","published_at":"2022-03-01T13:21:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2/manifests"},{"name":"axum-extra-v0.1.5","sha":"ca8a6c08c2c45ee51150b77936bf1f9395a68afd","kind":"commit","published_at":"2022-03-01T13:19:20.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5/manifests"},{"name":"axum-v0.4.7","sha":"558a4d05b0d231f17a26716af9115802af7ebc8f","kind":"commit","published_at":"2022-03-01T12:59:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7/manifests"},{"name":"axum-extra-v0.1.4","sha":"36da5fceab5b70e25a76bd4cc13ab6b49c6d9b02","kind":"commit","published_at":"2022-02-22T14:05:53.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4/manifests"},{"name":"axum-extra-v0.1.3","sha":"aa4ab8b0841df0853e47b102e8f4f9eea8ee2d18","kind":"commit","published_at":"2022-02-22T12:59:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3/manifests"},{"name":"axum-macros-v0.1.1","sha":"b2267be2d59bddd41cafefab4241711042b40ace","kind":"commit","published_at":"2022-02-22T12:56:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1/manifests"},{"name":"axum-v0.4.6","sha":"4b0b4c877271748dcba08564c1bf8f9a4bbdd436","kind":"commit","published_at":"2022-02-22T12:53:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6/manifests"},{"name":"axum-core-v0.1.2","sha":"263e58e2c3f0398e95685c78b9a4219a4977eda9","kind":"commit","published_at":"2022-02-22T12:43:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2/manifests"},{"name":"axum-v0.4.5","sha":"cab7d671babf36f097d3dfb0d080049efaef20e9","kind":"commit","published_at":"2022-01-31T21:28:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5/manifests"},{"name":"axum-debug-v0.3.3","sha":"9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b","kind":"commit","published_at":"2022-01-31T21:06:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3/manifests"},{"name":"axum-macros-v0.1.0","sha":"c1cc4b515ad8b5d271e8b8bd7e6d7105364cab4a","kind":"commit","published_at":"2022-01-31T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0/manifests"},{"name":"axum-extra-v0.1.2","sha":"6d01f3968e696e8118412d75dfefa242b89fedd8","kind":"commit","published_at":"2022-01-13T09:37:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2/manifests"},{"name":"axum-v0.4.4","sha":"5fe981a1da028e1d3444581d29ec2c57dc13d436","kind":"commit","published_at":"2022-01-13T09:37:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4/manifests"},{"name":"axum-extra-v0.1.1","sha":"9f5f29dfba12377b03fd3a6405dd2b3c49ad2c40","kind":"commit","published_at":"2021-12-27T14:23:02.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1/manifests"},{"name":"axum-v0.4.3","sha":"4c48efc86144ff982b13aec99347a202e371dd60","kind":"commit","published_at":"2021-12-21T14:41:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3/manifests"},{"name":"axum-debug-v0.3.2","sha":"3a259dcec7e3ccbabe49c3bd07da04cb02029e8f","kind":"commit","published_at":"2021-12-09T09:52:31.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2/manifests"},{"name":"axum-v0.4.2","sha":"9f6be24ecd268bca80637415c04481f104401996","kind":"commit","published_at":"2021-12-06T12:03:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2/manifests"},{"name":"axum-debug-v0.3.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1/manifests"},{"name":"axum-v0.4.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1/manifests"},{"name":"axum-core-v0.1.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1/manifests"},{"name":"axum-debug-v0.3.0","sha":"628921bcad878ab4396705e0798494fbc9ebd3c5","kind":"commit","published_at":"2021-12-03T21:42:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0/manifests"},{"name":"axum-core-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0/manifests"},{"name":"v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0/manifests"},{"name":"axum-v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0/manifests"},{"name":"axum-extra-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0/manifests"},{"name":"axum-debug-v0.2.2","sha":"6d0abd447c0d2b4cdfa192c0040d9c426c820366","kind":"commit","published_at":"2021-11-22T09:40:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2/manifests"},{"name":"axum-debug-v0.2.1","sha":"44a49cb1992c466e48cfbfd896d2d34e76b6f20c","kind":"commit","published_at":"2021-11-19T20:38:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1/manifests"},{"name":"v0.3.4","sha":"cb4f64375bab27d0439a82bee74fc4f0d06a5ef8","kind":"commit","published_at":"2021-11-17T12:51:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4/manifests"},{"name":"axum-debug-v0.2.0","sha":"e58336621d9f7d87300bb7ce20e19a2ac65cd3b4","kind":"commit","published_at":"2021-11-13T19:44:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0/manifests"},{"name":"axum-v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3/manifests"},{"name":"v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"3d78711e47351d9ac02837eff527703d4f88c454","kind":"commit","published_at":"2021-11-08T18:01:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1/manifests"},{"name":"axum-v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1/manifests"},{"name":"v0.3.0","sha":"85731a4f1d7bfdcd984ea79c920f733f60527260","kind":"commit","published_at":"2021-11-02T17:14:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0/manifests"},{"name":"axum-v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8/manifests"},{"name":"v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"76d40aea914d347c9d52de1fe9b3b7bb52dbc769","kind":"commit","published_at":"2021-10-06T19:27:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6/manifests"},{"name":"axum-v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6/manifests"},{"name":"v0.2.5","sha":"bb5bcab11668940bd1c1232bdb980baab8ef6aa5","kind":"commit","published_at":"2021-09-18T17:35:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5/manifests"},{"name":"axum-v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4/manifests"},{"name":"v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"bdc39deef221f01d648bd3dcd247221080560adf","kind":"commit","published_at":"2021-08-26T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2/manifests"},{"name":"axum-v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2/manifests"},{"name":"v0.2.1","sha":"9a082a74b0a1641b44e31cfaac9cbc69a2e0e238","kind":"commit","published_at":"2021-08-24T10:53:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0/manifests"},{"name":"axum-v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0/manifests"},{"name":"v0.1.3","sha":"e13f1da11d2726997669c15ca4c294b063ec6b65","kind":"commit","published_at":"2021-08-06T09:20:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2/manifests"},{"name":"axum-v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2/manifests"},{"name":"axum-v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1/manifests"},{"name":"v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2024-10-29T16:24:32.103Z","dependent_packages_count":77,"downloads":314911735,"downloads_period":"total","dependent_repos_count":4438,"rankings":{"downloads":0.2764515469297658,"dependent_repos_count":0.5416193572501534,"dependent_packages_count":0.8723738866125517,"stargazers_count":0.6826660648673808,"forks_count":1.140362631085284,"docker_downloads_count":0.8152499700275746,"average":0.7214539094621184},"purl":"pkg:cargo/axum-core","advisories":[{"uuid":"GSA_kwCzR0hTQS1tNzdmLTY1MnEtd3dwNM4AAuzu","url":"https://github.com/advisories/GHSA-m77f-652q-wwp4","title":"axum-core has no default limit put on request bodies","description":"`\u003cbytes::Bytes as axum_core::extract::FromRequest\u003e::from_request` would not, by default, set a limit for the size of the request body. That meant if a malicious peer would send a very large (or infinite) body your server might run out of memory and crash.\n\nThis also applies to these extractors which used `Bytes::from_request` internally:\n- `axum::extract::Form`\n- `axum::extract::Json`\n- `String`\n\nThe fix is also in `axum-core` `0.3.0.rc.2` but `0.3.0.rc.1` _is_ vulnerable.\n\nBecause `axum` depends on `axum-core` it is vulnerable as well. The vulnerable versions of `axum` are `\u003c= 0.5.15` and `0.6.0.rc.1`. `axum` `\u003e= 0.5.16` and `\u003e= 0.6.0.rc.2` does have the fix and are not vulnerable.\n\nThe patched versions will set a 2 MB limit by default.\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2022-09-15T03:25:15.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://github.com/tokio-rs/axum/pull/1346","https://rustsec.org/advisories/RUSTSEC-2022-0055.html","https://nvd.nist.gov/vuln/detail/CVE-2022-3212","https://github.com/advisories/GHSA-m77f-652q-wwp4"],"source_kind":"github","identifiers":["GHSA-m77f-652q-wwp4","CVE-2022-3212"],"repository_url":"https://github.com/tokio-rs/axum","blast_radius":0.0,"created_at":"2022-12-21T16:11:59.477Z","updated_at":"2026-04-28T20:09:07.491Z","epss_percentage":0.00403,"epss_percentile":0.60513,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tNzdmLTY1MnEtd3dwNM4AAuzu","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tNzdmLTY1MnEtd3dwNM4AAuzu","packages":[{"ecosystem":"cargo","package_name":"axum-core","versions":[{"first_patched_version":"0.3.0-rc.2","vulnerable_version_range":"= 0.3.0-rc.1"},{"first_patched_version":"0.2.8","vulnerable_version_range":"\u003c 0.2.8"}],"purl":"pkg:cargo/axum-core"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tNzdmLTY1MnEtd3dwNM4AAuzu/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS0yZ2c1LTdjNHYtNnh4Ms4AAuzp","url":"https://github.com/advisories/GHSA-2gg5-7c4v-6xx2","title":"Duplicate of GHSA-m77f-652q-wwp4","description":"## Duplicate advisory\nThis advisory is a duplicate of [GHSA-m77f-652q-wwp4](https://github.com/advisories/GHSA-m77f-652q-wwp4). This link is maintained to preserve external references.\n\n## Original Description\n\u003cbytes::Bytes as axum_core::extract::FromRequest\u003e::from_request would not, by default, set a limit for the size of the request body. That meant if a malicious peer would send a very large (or infinite) body your server might run out of memory and crash. This also applies to these extractors which used Bytes::from_request internally: axum::extract::Form axum::extract::Json String","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2022-09-15T00:00:19.000Z","withdrawn_at":"2022-09-16T20:59:09.000Z","classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2022-3212","https://research.jfrog.com/vulnerabilities/axum-core-dos/","https://rustsec.org/advisories/RUSTSEC-2022-0055.html","https://github.com/advisories/GHSA-2gg5-7c4v-6xx2"],"source_kind":"github","identifiers":["GHSA-2gg5-7c4v-6xx2"],"repository_url":null,"blast_radius":0.0,"created_at":"2022-12-21T16:11:58.580Z","updated_at":"2026-04-28T20:09:05.126Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yZ2c1LTdjNHYtNnh4Ms4AAuzp","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0yZ2c1LTdjNHYtNnh4Ms4AAuzp","packages":[{"ecosystem":"cargo","package_name":"axum-core","versions":[{"first_patched_version":"0.3.0-rc.2","vulnerable_version_range":"= 0.3.0-rc.1"},{"first_patched_version":"0.2.8","vulnerable_version_range":"\u003c 0.2.8"}],"purl":"pkg:cargo/axum-core"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yZ2c1LTdjNHYtNnh4Ms4AAuzp/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axum-core","docker_dependents_count":173,"docker_downloads_count":24255592,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axum-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axum-core/dependencies","status":null,"funding_links":["https://github.com/sponsors/tokio-rs"],"critical":true,"issue_metadata":{"last_synced_at":"2024-10-29T14:33:26.883Z","issues_count":487,"pull_requests_count":601,"avg_time_to_close_issue":2311039.3484848486,"avg_time_to_close_pull_request":1797645.2165137616,"issues_closed_count":395,"pull_requests_closed_count":545,"pull_request_authors_count":195,"issue_authors_count":255,"avg_comments_per_issue":4.804928131416838,"avg_comments_per_pull_request":1.5207986688851913,"merged_pull_requests_count":462,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":217,"past_year_pull_requests_count":314,"past_year_avg_time_to_close_issue":1332798.382857143,"past_year_avg_time_to_close_pull_request":1663654.820143885,"past_year_issues_closed_count":174,"past_year_pull_requests_closed_count":278,"past_year_pull_request_authors_count":134,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":2.4285714285714284,"past_year_avg_comments_per_pull_request":1.6496815286624205,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":236,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"davidpdrsn","count":215,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}],"active_maintainers":[{"login":"davidpdrsn","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-core/codemeta","maintainers":[{"uuid":"10","login":"carllerche","name":"Carl Lerche","email":null,"url":"https://github.com/carllerche","packages_count":291,"html_url":"https://crates.io/users/carllerche","role":null,"created_at":"2024-10-29T16:24:22.938Z","updated_at":"2024-10-29T16:24:22.938Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carllerche/packages"},{"uuid":"12432","login":"davidpdrsn","name":"David Pedersen","email":null,"url":"https://github.com/davidpdrsn","packages_count":45,"html_url":"https://crates.io/users/davidpdrsn","role":null,"created_at":"2022-11-07T16:59:05.709Z","updated_at":"2022-11-07T16:59:05.709Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/davidpdrsn/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":3587772,"name":"axum-extra","ecosystem":"cargo","description":"Extra utilities for axum","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["http","web","routing"],"namespace":null,"versions_count":54,"first_release_published_at":"2021-12-02T19:09:53.031Z","latest_release_published_at":"2026-04-14T07:55:40.731Z","latest_release_number":"0.12.6","last_synced_at":"2026-05-17T13:46:54.261Z","created_at":"2022-04-11T04:51:47.650Z","updated_at":"2026-05-17T13:46:54.262Z","registry_url":"https://crates.io/crates/axum-extra/","install_command":"cargo install axum-extra","documentation_url":"https://docs.rs/axum-extra/","metadata":{"categories":["network-programming","asynchronous","web-programming"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2024-10-23T13:17:02.000Z","size":4471,"stargazers_count":18970,"open_issues_count":65,"forks_count":1056,"subscribers_count":129,"default_branch":"main","last_synced_at":"2024-10-29T09:34:16.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2024-10-29T08:11:48.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1343,"total_committers":295,"mean_commits":4.552542372881356,"dds":"0.39389426656738646","last_synced_commit":"b85bdc1be9081f40878c8fe79aeb50b19fc49957"},"previous_names":[],"tags_count":176,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222035727,"owners_count":16919929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":45,"last_synced_at":"2024-04-15T00:17:52.973Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":73767,"followers":1594,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2024-04-15T00:17:53.976Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"tags":[{"name":"axum-v0.7.5","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5/manifests"},{"name":"axum-extra-v0.9.3","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3/manifests"},{"name":"axum-core-v0.4.3","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3/manifests"},{"name":"axum-extra-v0.9.2","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2/manifests"},{"name":"axum-macros-v0.4.1","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1/manifests"},{"name":"axum-v0.7.4","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4/manifests"},{"name":"axum-v0.7.3","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3/manifests"},{"name":"axum-extra-v0.9.1","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1/manifests"},{"name":"axum-core-v0.4.2","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2/manifests"},{"name":"axum-core-v0.4.1","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1/manifests"},{"name":"axum-v0.7.2","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2/manifests"},{"name":"axum-v0.7.1","sha":"55376a65f1ea859018ee544d249d795228002be2","kind":"commit","published_at":"2023-11-27T08:36:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1/manifests"},{"name":"axum-core-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0/manifests"},{"name":"axum-extra-v0.9.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0/manifests"},{"name":"axum-macros-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0/manifests"},{"name":"axum-v0.7.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0/manifests"},{"name":"axum-extra-v0.8.0","sha":"3407de82c89931d87de49f57e23fa91343c959df","kind":"commit","published_at":"2023-09-16T19:41:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.8.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0/manifests"},{"name":"axum-v0.6.20","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.20","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20/manifests"},{"name":"axum-extra-v0.7.7","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7/manifests"},{"name":"axum-extra-v0.7.6","sha":"a25ed293d75aebc1ce7ea3500c88d7d88e669e5e","kind":"commit","published_at":"2023-08-02T15:53:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6/manifests"},{"name":"axum-v0.6.19","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.19","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19/manifests"},{"name":"axum-macros-v0.3.8","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8/manifests"},{"name":"axum-extra-v0.7.5","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5/manifests"},{"name":"axum-v0.6.18","sha":"79ea2747e9e480a9c9cfa84183a83aca1566b635","kind":"commit","published_at":"2023-04-30T11:36:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.18","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18/manifests"},{"name":"axum-v0.6.17","sha":"b7baac2638ecc5cfc6c8580e125741ff9c9d78e7","kind":"commit","published_at":"2023-04-25T13:55:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17/manifests"},{"name":"axum-extra-v0.7.4","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4/manifests"},{"name":"axum-v0.6.16","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16/manifests"},{"name":"axum-v0.6.15","sha":"cf1ed9bb546354fc075d59cdc02419297f1afe2c","kind":"commit","published_at":"2023-04-12T07:36:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15/manifests"},{"name":"axum-v0.6.14","sha":"b92b91e75e2c41ebe9b6bc3c8a715334dff304e1","kind":"commit","published_at":"2023-04-11T17:38:22.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14/manifests"},{"name":"axum-v0.6.13","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13/manifests"},{"name":"axum-core-v0.3.4","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4/manifests"},{"name":"axum-extra-v0.7.3","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3/manifests"},{"name":"axum-v0.6.12","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12/manifests"},{"name":"axum-extra-v0.7.2","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2/manifests"},{"name":"axum-macros-v0.3.7","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7/manifests"},{"name":"axum-macros-v0.3.6","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6/manifests"},{"name":"axum-extra-v0.7.1","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1/manifests"},{"name":"axum-v0.6.11","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11/manifests"},{"name":"axum-macros-v0.3.5","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5/manifests"},{"name":"axum-extra-v0.7.0","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0/manifests"},{"name":"axum-v0.6.10","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10/manifests"},{"name":"axum-core-v0.3.3","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3/manifests"},{"name":"axum-extra-v0.6.0","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0/manifests"},{"name":"axum-v0.6.9","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9/manifests"},{"name":"axum-v0.6.8","sha":"37478772bc16c210afdd04a6af4b990844cd1cba","kind":"commit","published_at":"2023-02-24T13:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8/manifests"},{"name":"axum-v0.6.7","sha":"277be8f8136000f3b2624a910ded9e7cdaeab73d","kind":"commit","published_at":"2023-02-17T14:07:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7/manifests"},{"name":"axum-extra-v0.5.0","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0/manifests"},{"name":"axum-v0.6.6","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6/manifests"},{"name":"axum-macros-v0.3.4","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4/manifests"},{"name":"axum-macros-v0.3.3","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3/manifests"},{"name":"axum-v0.6.5","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5/manifests"},{"name":"axum-v0.6.4","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4/manifests"},{"name":"axum-macros-v0.3.2","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2/manifests"},{"name":"axum-core-v0.3.2","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2/manifests"},{"name":"axum-v0.6.3","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3/manifests"},{"name":"axum-macros-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1/manifests"},{"name":"axum-core-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1/manifests"},{"name":"axum-v0.6.2","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2/manifests"},{"name":"axum-extra-v0.4.2","sha":"ee3cb971f759581dd7d8e06df74cc70f74446d52","kind":"commit","published_at":"2022-12-02T10:55:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2/manifests"},{"name":"axum-extra-v0.4.1","sha":"2121979a487b1bdb3c40892212548c33dbf25ab6","kind":"commit","published_at":"2022-11-29T09:57:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1/manifests"},{"name":"axum-v0.6.1","sha":"87a80ec47bfd2c39ac4ea3d1acffb5d1ff540f63","kind":"commit","published_at":"2022-11-29T08:43:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1/manifests"},{"name":"axum-macros-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0/manifests"},{"name":"axum-v0.6.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0/manifests"},{"name":"axum-core-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0/manifests"},{"name":"axum-extra-v0.4.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0/manifests"},{"name":"axum-extra-v0.4.0-rc.3","sha":"99c0224a7c6cc95405476e872dd65e3ce8f01cae","kind":"commit","published_at":"2022-11-19T12:02:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.5","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5/manifests"},{"name":"axum-macros-v0.3.0-rc.3","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.4","sha":"74bbe80f8ae17f712f0870623804d86b06cbbd6f","kind":"commit","published_at":"2022-11-09T12:49:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4/manifests"},{"name":"axum-macros-v0.3.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2/manifests"},{"name":"axum-core-v0.3.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3/manifests"},{"name":"axum-extra-v0.4.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3/manifests"},{"name":"axum-v0.5.17","sha":"2c00e61d8202b8ef4f872ab12688e427827f3dfe","kind":"commit","published_at":"2022-10-20T19:03:05.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17/manifests"},{"name":"axum-core-v0.2.9","sha":"23ded07e514c7446c1b253b37590608321c330c6","kind":"commit","published_at":"2022-10-20T18:43:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9/manifests"},{"name":"axum-core-v0.3.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2/manifests"},{"name":"axum-v0.5.16","sha":"76f76883830c07f78f766a776bf7434430a723ee","kind":"commit","published_at":"2022-09-10T08:00:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16/manifests"},{"name":"axum-core-v0.2.8","sha":"fcc1c9d94da530cc32eceae26fef8b3e89f0ce67","kind":"commit","published_at":"2022-09-10T07:57:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8/manifests"},{"name":"axum-core-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1/manifests"},{"name":"axum-v0.6.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1/manifests"},{"name":"axum-macros-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1/manifests"},{"name":"axum-extra-v0.4.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1/manifests"},{"name":"axum-extra-v0.3.7","sha":"3990c3a6eb3a438b7d0a4a068409e377d9f6a005","kind":"commit","published_at":"2022-08-09T15:12:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7/manifests"},{"name":"axum-v0.5.15","sha":"849abb1ad852dd79e473c7d56699c7fccc56550c","kind":"commit","published_at":"2022-08-09T14:55:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15/manifests"},{"name":"axum-v0.5.14","sha":"e6a75a22ec165a47a4d65d5c3a7dd4c365b17014","kind":"commit","published_at":"2022-07-25T18:45:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14/manifests"},{"name":"axum-v0.5.13","sha":"b7e70a2787802740fe2e78c067a8860d52ac58c2","kind":"commit","published_at":"2022-07-15T10:12:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13/manifests"},{"name":"axum-v0.5.12","sha":"27786a5fefb203d8076b53ea4bc92f629f96f76e","kind":"commit","published_at":"2022-07-10T13:08:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12/manifests"},{"name":"axum-core-v0.2.7","sha":"ed398c181e3d1bbafc1b2360531ac1f40b95e145","kind":"commit","published_at":"2022-07-10T13:06:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7/manifests"},{"name":"axum-v0.5.11","sha":"a05f6a05190b6f0c654230bcaa8e33e6a5577615","kind":"commit","published_at":"2022-07-02T15:44:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11/manifests"},{"name":"axum-extra-v0.3.6","sha":"305331e6188b10027004ed33659faa408d28f822","kind":"commit","published_at":"2022-07-02T09:38:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6/manifests"},{"name":"axum-v0.5.10","sha":"7e794e9d1d421793485fbe374fb18d5f0dd2e404","kind":"commit","published_at":"2022-06-28T19:32:39.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10/manifests"},{"name":"axum-extra-v0.3.5","sha":"905bbfb8e22a08e7b4e9c596b76054904a4faa0f","kind":"commit","published_at":"2022-06-27T19:08:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5/manifests"},{"name":"axum-macros-v0.2.3","sha":"b10c9d34bdea117a3c052be9aa8334342e397d9a","kind":"commit","published_at":"2022-06-27T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3/manifests"},{"name":"axum-v0.5.9","sha":"fabb205a9eadf539420c0ea09fbf315adb7c9ffd","kind":"commit","published_at":"2022-06-20T11:44:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9/manifests"},{"name":"axum-v0.5.8","sha":"5ac0b2b3d7abe4946277ee17cfdb3c6594344d80","kind":"commit","published_at":"2022-06-18T09:38:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8/manifests"},{"name":"axum-core-v0.2.6","sha":"7deaff7e1ece0e5d0ba99043fe2bf4b807433ea1","kind":"commit","published_at":"2022-06-18T09:00:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6/manifests"},{"name":"axum-v0.5.7","sha":"7aa3f35129dd9a8022d2cc89ba4001c0c39c90c9","kind":"commit","published_at":"2022-06-08T14:08:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7/manifests"},{"name":"axum-extra-v0.3.4","sha":"fbb47868512119a07552686e979f5c1adb1450ff","kind":"commit","published_at":"2022-06-08T13:58:37.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4/manifests"},{"name":"axum-core-v0.2.5","sha":"a9eb4ac527c828bab227e4ccc5f88c0fc85f3e5e","kind":"commit","published_at":"2022-06-08T13:56:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5/manifests"},{"name":"axum-extra-v0.3.3","sha":"1d7878c3c8e961156a1ba151918ffc7f30a70531","kind":"commit","published_at":"2022-05-18T18:29:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3/manifests"},{"name":"axum-macros-v0.2.2","sha":"80d0cc19e661c0c698cef83e135605e84a5b90f7","kind":"commit","published_at":"2022-05-18T18:23:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2/manifests"},{"name":"axum-v0.5.6","sha":"316e20fbd96d9255814445a3a02a53b5a71bb2c5","kind":"commit","published_at":"2022-05-15T21:05:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6/manifests"},{"name":"axum-extra-v0.3.2","sha":"61c4e1959822c1dd64ac97ca76f33ff32a64abb4","kind":"commit","published_at":"2022-05-15T18:01:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2/manifests"},{"name":"axum-extra-v0.3.1","sha":"cfdac03c8da9dc9ec1e81ba5fbe9ef2f2d449b65","kind":"commit","published_at":"2022-05-10T12:05:36.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1/manifests"},{"name":"axum-macros-v0.2.1","sha":"46e6d3493bf991a8279fb060e7bf22001cfdac66","kind":"commit","published_at":"2022-05-10T11:46:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1/manifests"},{"name":"axum-v0.5.5","sha":"96aaac4865d1c7b2a014564fe906ae0ed06998c9","kind":"commit","published_at":"2022-05-10T11:43:08.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5/manifests"},{"name":"axum-core-v0.2.4","sha":"5be73c106437789f95e8dc85c13abf8ea1e3d873","kind":"commit","published_at":"2022-05-02T09:52:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4/manifests"},{"name":"axum-extra-v0.3.0","sha":"a3b6cbc99c71e0184c2fb175bbe05120a180237b","kind":"commit","published_at":"2022-04-27T08:27:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0/manifests"},{"name":"axum-v0.5.4","sha":"a723ed14539b3a12c4b9ea803f0772b699603e6d","kind":"commit","published_at":"2022-04-26T14:50:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4/manifests"},{"name":"axum-core-v0.2.3","sha":"0702c59c7dfa88828278abb846648f55fede2baa","kind":"commit","published_at":"2022-04-26T14:19:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3/manifests"},{"name":"axum-v0.5.3","sha":"061e66c236ed1278c0dc4e67edffa8b36a8bb646","kind":"commit","published_at":"2022-04-19T15:00:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3/manifests"},{"name":"axum-v0.5.2","sha":"883a1cfd8f3f536a762b4347242ffb70b72b3b85","kind":"commit","published_at":"2022-04-19T14:19:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2/manifests"},{"name":"axum-core-v0.2.2","sha":"598e6935df0e27b9b268b7d06d039a847181546a","kind":"commit","published_at":"2022-04-19T14:17:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2/manifests"},{"name":"axum-v0.5.1","sha":"3e716f303f4cec09a0c588142ddfeba94434a39b","kind":"commit","published_at":"2022-04-03T18:23:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1/manifests"},{"name":"axum-core-v0.2.1","sha":"bcda1a97dbfe616c168ea64addc8477865946a34","kind":"commit","published_at":"2022-04-03T18:21:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1/manifests"},{"name":"axum-extra-v0.2.1","sha":"950dde26640095d1c7f696ddfdace96cdce6689a","kind":"commit","published_at":"2022-04-03T18:18:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1/manifests"},{"name":"axum-extra-v0.2.0","sha":"5d0a7b440c15c2eda5b1e90b512c29167c440c32","kind":"commit","published_at":"2022-03-31T18:48:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0/manifests"},{"name":"axum-macros-v0.2.0","sha":"f69d2dbf40c17b867f3d89a3182dd52501bf53c8","kind":"commit","published_at":"2022-03-31T18:45:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0/manifests"},{"name":"axum-v0.5.0","sha":"fec64bc1b664259caf0448588c99dd622ab3f6ef","kind":"commit","published_at":"2022-03-31T18:37:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0/manifests"},{"name":"axum-core-v0.2.0","sha":"fba2faa38f02849cb2dfa60e420f300624409999","kind":"commit","published_at":"2022-03-31T18:36:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0/manifests"},{"name":"axum-v0.4.8","sha":"4562cf3f26eb16ed49a603a7756e4f32edc2daf9","kind":"commit","published_at":"2022-03-02T12:48:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8/manifests"},{"name":"axum-macros-v0.1.2","sha":"87638d07cfb976a67ce212641c87623857acba89","kind":"commit","published_at":"2022-03-01T13:21:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2/manifests"},{"name":"axum-extra-v0.1.5","sha":"ca8a6c08c2c45ee51150b77936bf1f9395a68afd","kind":"commit","published_at":"2022-03-01T13:19:20.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5/manifests"},{"name":"axum-v0.4.7","sha":"558a4d05b0d231f17a26716af9115802af7ebc8f","kind":"commit","published_at":"2022-03-01T12:59:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7/manifests"},{"name":"axum-extra-v0.1.4","sha":"36da5fceab5b70e25a76bd4cc13ab6b49c6d9b02","kind":"commit","published_at":"2022-02-22T14:05:53.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4/manifests"},{"name":"axum-extra-v0.1.3","sha":"aa4ab8b0841df0853e47b102e8f4f9eea8ee2d18","kind":"commit","published_at":"2022-02-22T12:59:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3/manifests"},{"name":"axum-macros-v0.1.1","sha":"b2267be2d59bddd41cafefab4241711042b40ace","kind":"commit","published_at":"2022-02-22T12:56:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1/manifests"},{"name":"axum-v0.4.6","sha":"4b0b4c877271748dcba08564c1bf8f9a4bbdd436","kind":"commit","published_at":"2022-02-22T12:53:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6/manifests"},{"name":"axum-core-v0.1.2","sha":"263e58e2c3f0398e95685c78b9a4219a4977eda9","kind":"commit","published_at":"2022-02-22T12:43:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2/manifests"},{"name":"axum-v0.4.5","sha":"cab7d671babf36f097d3dfb0d080049efaef20e9","kind":"commit","published_at":"2022-01-31T21:28:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5/manifests"},{"name":"axum-debug-v0.3.3","sha":"9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b","kind":"commit","published_at":"2022-01-31T21:06:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3/manifests"},{"name":"axum-macros-v0.1.0","sha":"c1cc4b515ad8b5d271e8b8bd7e6d7105364cab4a","kind":"commit","published_at":"2022-01-31T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0/manifests"},{"name":"axum-extra-v0.1.2","sha":"6d01f3968e696e8118412d75dfefa242b89fedd8","kind":"commit","published_at":"2022-01-13T09:37:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2/manifests"},{"name":"axum-v0.4.4","sha":"5fe981a1da028e1d3444581d29ec2c57dc13d436","kind":"commit","published_at":"2022-01-13T09:37:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4/manifests"},{"name":"axum-extra-v0.1.1","sha":"9f5f29dfba12377b03fd3a6405dd2b3c49ad2c40","kind":"commit","published_at":"2021-12-27T14:23:02.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1/manifests"},{"name":"axum-v0.4.3","sha":"4c48efc86144ff982b13aec99347a202e371dd60","kind":"commit","published_at":"2021-12-21T14:41:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3/manifests"},{"name":"axum-debug-v0.3.2","sha":"3a259dcec7e3ccbabe49c3bd07da04cb02029e8f","kind":"commit","published_at":"2021-12-09T09:52:31.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2/manifests"},{"name":"axum-v0.4.2","sha":"9f6be24ecd268bca80637415c04481f104401996","kind":"commit","published_at":"2021-12-06T12:03:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2/manifests"},{"name":"axum-debug-v0.3.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1/manifests"},{"name":"axum-v0.4.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1/manifests"},{"name":"axum-core-v0.1.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1/manifests"},{"name":"axum-debug-v0.3.0","sha":"628921bcad878ab4396705e0798494fbc9ebd3c5","kind":"commit","published_at":"2021-12-03T21:42:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0/manifests"},{"name":"axum-core-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0/manifests"},{"name":"v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0/manifests"},{"name":"axum-v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0/manifests"},{"name":"axum-extra-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0/manifests"},{"name":"axum-debug-v0.2.2","sha":"6d0abd447c0d2b4cdfa192c0040d9c426c820366","kind":"commit","published_at":"2021-11-22T09:40:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2/manifests"},{"name":"axum-debug-v0.2.1","sha":"44a49cb1992c466e48cfbfd896d2d34e76b6f20c","kind":"commit","published_at":"2021-11-19T20:38:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1/manifests"},{"name":"v0.3.4","sha":"cb4f64375bab27d0439a82bee74fc4f0d06a5ef8","kind":"commit","published_at":"2021-11-17T12:51:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4/manifests"},{"name":"axum-debug-v0.2.0","sha":"e58336621d9f7d87300bb7ce20e19a2ac65cd3b4","kind":"commit","published_at":"2021-11-13T19:44:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0/manifests"},{"name":"axum-v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3/manifests"},{"name":"v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"3d78711e47351d9ac02837eff527703d4f88c454","kind":"commit","published_at":"2021-11-08T18:01:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1/manifests"},{"name":"axum-v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1/manifests"},{"name":"v0.3.0","sha":"85731a4f1d7bfdcd984ea79c920f733f60527260","kind":"commit","published_at":"2021-11-02T17:14:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0/manifests"},{"name":"axum-v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8/manifests"},{"name":"v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"76d40aea914d347c9d52de1fe9b3b7bb52dbc769","kind":"commit","published_at":"2021-10-06T19:27:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6/manifests"},{"name":"axum-v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6/manifests"},{"name":"v0.2.5","sha":"bb5bcab11668940bd1c1232bdb980baab8ef6aa5","kind":"commit","published_at":"2021-09-18T17:35:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5/manifests"},{"name":"axum-v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4/manifests"},{"name":"v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"bdc39deef221f01d648bd3dcd247221080560adf","kind":"commit","published_at":"2021-08-26T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2/manifests"},{"name":"axum-v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2/manifests"},{"name":"v0.2.1","sha":"9a082a74b0a1641b44e31cfaac9cbc69a2e0e238","kind":"commit","published_at":"2021-08-24T10:53:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0/manifests"},{"name":"axum-v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0/manifests"},{"name":"v0.1.3","sha":"e13f1da11d2726997669c15ca4c294b063ec6b65","kind":"commit","published_at":"2021-08-06T09:20:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2/manifests"},{"name":"axum-v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2/manifests"},{"name":"axum-v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1/manifests"},{"name":"v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2024-10-29T16:24:32.015Z","dependent_packages_count":94,"downloads":34021383,"downloads_period":"total","dependent_repos_count":542,"rankings":{"downloads":1.9105967061944389,"dependent_repos_count":1.6808513997884134,"dependent_packages_count":1.4195994786112098,"stargazers_count":0.8095087663876165,"forks_count":1.2375612067603854,"docker_downloads_count":4.893381772231875,"average":1.9919165549956563},"purl":"pkg:cargo/axum-extra","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axum-extra","docker_dependents_count":26,"docker_downloads_count":23281787,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axum-extra","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axum-extra/dependencies","status":null,"funding_links":["https://github.com/sponsors/tokio-rs"],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T14:33:26.883Z","issues_count":487,"pull_requests_count":601,"avg_time_to_close_issue":2311039.3484848486,"avg_time_to_close_pull_request":1797645.2165137616,"issues_closed_count":395,"pull_requests_closed_count":545,"pull_request_authors_count":195,"issue_authors_count":255,"avg_comments_per_issue":4.804928131416838,"avg_comments_per_pull_request":1.5207986688851913,"merged_pull_requests_count":462,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":217,"past_year_pull_requests_count":314,"past_year_avg_time_to_close_issue":1332798.382857143,"past_year_avg_time_to_close_pull_request":1663654.820143885,"past_year_issues_closed_count":174,"past_year_pull_requests_closed_count":278,"past_year_pull_request_authors_count":134,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":2.4285714285714284,"past_year_avg_comments_per_pull_request":1.6496815286624205,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":236,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"davidpdrsn","count":215,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}],"active_maintainers":[{"login":"davidpdrsn","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-extra/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-extra/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-extra/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-extra/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-extra/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum-extra/codemeta","maintainers":[{"uuid":"10","login":"carllerche","name":"Carl Lerche","email":null,"url":"https://github.com/carllerche","packages_count":291,"html_url":"https://crates.io/users/carllerche","role":null,"created_at":"2024-10-29T16:24:26.397Z","updated_at":"2024-10-29T16:24:26.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carllerche/packages"},{"uuid":"12432","login":"davidpdrsn","name":"David Pedersen","email":null,"url":"https://github.com/davidpdrsn","packages_count":45,"html_url":"https://crates.io/users/davidpdrsn","role":null,"created_at":"2022-11-07T16:59:07.177Z","updated_at":"2022-11-07T16:59:07.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/davidpdrsn/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":3587607,"name":"axum","ecosystem":"cargo","description":"HTTP routing and request handling library that focuses on ergonomics and modularity","homepage":"https://github.com/tokio-rs/axum","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tokio-rs/axum","keywords_array":["http","web","routing"],"namespace":null,"versions_count":94,"first_release_published_at":"2021-07-22T13:52:05.710Z","latest_release_published_at":"2026-04-14T07:55:20.258Z","latest_release_number":"0.8.9","last_synced_at":"2026-05-17T19:01:37.881Z","created_at":"2022-04-11T04:50:36.674Z","updated_at":"2026-05-17T19:01:37.881Z","registry_url":"https://crates.io/crates/axum/","install_command":"cargo install axum","documentation_url":"https://docs.rs/axum/","metadata":{"categories":["network-programming","asynchronous","web-programming::http-server"]},"repo_metadata":{"id":36964250,"uuid":"372172254","full_name":"tokio-rs/axum","owner":"tokio-rs","description":"Ergonomic and modular web framework built with Tokio, Tower, and Hyper","archived":false,"fork":false,"pushed_at":"2024-10-23T13:17:02.000Z","size":4471,"stargazers_count":18970,"open_issues_count":65,"forks_count":1056,"subscribers_count":129,"default_branch":"main","last_synced_at":"2024-10-29T09:34:16.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokio-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-30T09:22:25.000Z","updated_at":"2024-10-29T08:11:48.000Z","dependencies_parsed_at":"2023-09-27T14:45:45.786Z","dependency_job_id":"5aad0f50-622f-4019-a4ec-a1ebb6cdce46","html_url":"https://github.com/tokio-rs/axum","commit_stats":{"total_commits":1343,"total_committers":295,"mean_commits":4.552542372881356,"dds":"0.39389426656738646","last_synced_commit":"b85bdc1be9081f40878c8fe79aeb50b19fc49957"},"previous_names":[],"tags_count":176,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222035727,"owners_count":16919929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tokio-rs","name":"Tokio","uuid":"20248544","kind":"organization","description":"Rust's asynchronous runtime.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/20248544?v=4","repositories_count":45,"last_synced_at":"2024-04-15T00:17:52.973Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tokio-rs","funding_links":["https://github.com/sponsors/tokio-rs"],"total_stars":73767,"followers":1594,"following":0,"created_at":"2022-11-02T16:27:21.792Z","updated_at":"2024-04-15T00:17:53.976Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokio-rs/repositories"},"tags":[{"name":"axum-v0.7.5","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.5/manifests"},{"name":"axum-extra-v0.9.3","sha":"ef8a9e812c1b49b61d21813cb30f5982d8da56df","kind":"commit","published_at":"2024-03-24T19:17:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.3/manifests"},{"name":"axum-core-v0.4.3","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.3/manifests"},{"name":"axum-extra-v0.9.2","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.2/manifests"},{"name":"axum-macros-v0.4.1","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.1/manifests"},{"name":"axum-v0.7.4","sha":"9ebd105d0410dcb8a4133374c32415b5a6950371","kind":"commit","published_at":"2024-01-13T13:31:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.4/manifests"},{"name":"axum-v0.7.3","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.3/manifests"},{"name":"axum-extra-v0.9.1","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.1/manifests"},{"name":"axum-core-v0.4.2","sha":"fe89ab5592fe243a2a80d87b5c8d658ecf857f71","kind":"commit","published_at":"2023-12-29T16:47:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.2/manifests"},{"name":"axum-core-v0.4.1","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.1/manifests"},{"name":"axum-v0.7.2","sha":"ab36eda6aaad629ca48e9ec64ca81f1dbcea24f7","kind":"commit","published_at":"2023-12-04T08:16:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.2/manifests"},{"name":"axum-v0.7.1","sha":"55376a65f1ea859018ee544d249d795228002be2","kind":"commit","published_at":"2023-11-27T08:36:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.1/manifests"},{"name":"axum-core-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.4.0/manifests"},{"name":"axum-extra-v0.9.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.9.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.9.0/manifests"},{"name":"axum-macros-v0.4.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.4.0/manifests"},{"name":"axum-v0.7.0","sha":"b7d14d3602c401c7f0ece6b51e995d82ddccb1e1","kind":"commit","published_at":"2023-11-27T08:30:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.7.0/manifests"},{"name":"axum-extra-v0.8.0","sha":"3407de82c89931d87de49f57e23fa91343c959df","kind":"commit","published_at":"2023-09-16T19:41:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.8.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.8.0/manifests"},{"name":"axum-v0.6.20","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.20","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.20/manifests"},{"name":"axum-extra-v0.7.7","sha":"3b92cd7593a900d3c79c2aeb411f90be052a9a5c","kind":"commit","published_at":"2023-08-03T17:58:54.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.7/manifests"},{"name":"axum-extra-v0.7.6","sha":"a25ed293d75aebc1ce7ea3500c88d7d88e669e5e","kind":"commit","published_at":"2023-08-02T15:53:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.6/manifests"},{"name":"axum-v0.6.19","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.19","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.19/manifests"},{"name":"axum-macros-v0.3.8","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.8/manifests"},{"name":"axum-extra-v0.7.5","sha":"67f64943831c288f1434c7dee7e732e3f86bda69","kind":"commit","published_at":"2023-07-17T08:14:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.5/manifests"},{"name":"axum-v0.6.18","sha":"79ea2747e9e480a9c9cfa84183a83aca1566b635","kind":"commit","published_at":"2023-04-30T11:36:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.18","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.18/manifests"},{"name":"axum-v0.6.17","sha":"b7baac2638ecc5cfc6c8580e125741ff9c9d78e7","kind":"commit","published_at":"2023-04-25T13:55:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.17/manifests"},{"name":"axum-extra-v0.7.4","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.4/manifests"},{"name":"axum-v0.6.16","sha":"c31bea2f96d6e4ce20b32e556b56cca0b51c41de","kind":"commit","published_at":"2023-04-18T18:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.16/manifests"},{"name":"axum-v0.6.15","sha":"cf1ed9bb546354fc075d59cdc02419297f1afe2c","kind":"commit","published_at":"2023-04-12T07:36:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.15/manifests"},{"name":"axum-v0.6.14","sha":"b92b91e75e2c41ebe9b6bc3c8a715334dff304e1","kind":"commit","published_at":"2023-04-11T17:38:22.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.14/manifests"},{"name":"axum-v0.6.13","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.13/manifests"},{"name":"axum-core-v0.3.4","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.4/manifests"},{"name":"axum-extra-v0.7.3","sha":"51edc9c8958b155259e7b0ec1fc3a04864203461","kind":"commit","published_at":"2023-04-11T15:23:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.3/manifests"},{"name":"axum-v0.6.12","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.12/manifests"},{"name":"axum-extra-v0.7.2","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.2/manifests"},{"name":"axum-macros-v0.3.7","sha":"562fa206f09514e7503e898decf73024f5ce6fd4","kind":"commit","published_at":"2023-03-22T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.7/manifests"},{"name":"axum-macros-v0.3.6","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.6/manifests"},{"name":"axum-extra-v0.7.1","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.1/manifests"},{"name":"axum-v0.6.11","sha":"1133425d6b755ffd57494c95c3e1d4d771d3f13d","kind":"commit","published_at":"2023-03-13T10:00:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.11/manifests"},{"name":"axum-macros-v0.3.5","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.5/manifests"},{"name":"axum-extra-v0.7.0","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.7.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.7.0/manifests"},{"name":"axum-v0.6.10","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.10/manifests"},{"name":"axum-core-v0.3.3","sha":"bc3c35ea5aa4e7c3272c322ed118422832913615","kind":"commit","published_at":"2023-03-03T17:16:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.3/manifests"},{"name":"axum-extra-v0.6.0","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.6.0/manifests"},{"name":"axum-v0.6.9","sha":"08bac36519d134b99340c13fa7783f01f10b8b69","kind":"commit","published_at":"2023-02-27T08:41:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.9/manifests"},{"name":"axum-v0.6.8","sha":"37478772bc16c210afdd04a6af4b990844cd1cba","kind":"commit","published_at":"2023-02-24T13:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.8/manifests"},{"name":"axum-v0.6.7","sha":"277be8f8136000f3b2624a910ded9e7cdaeab73d","kind":"commit","published_at":"2023-02-17T14:07:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.7/manifests"},{"name":"axum-extra-v0.5.0","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.5.0/manifests"},{"name":"axum-v0.6.6","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.6/manifests"},{"name":"axum-macros-v0.3.4","sha":"c18ff9dd63b2eb958806d280ef66ff0a4ce0cea9","kind":"commit","published_at":"2023-02-12T11:40:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.4/manifests"},{"name":"axum-macros-v0.3.3","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.3/manifests"},{"name":"axum-v0.6.5","sha":"93ecabf449a94e470c906a63121d059c3d09a66f","kind":"commit","published_at":"2023-02-11T21:32:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.5/manifests"},{"name":"axum-v0.6.4","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.4/manifests"},{"name":"axum-macros-v0.3.2","sha":"4a5dc4391cc94640eca5eab61de7d5fb508b0145","kind":"commit","published_at":"2023-01-24T12:31:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.2/manifests"},{"name":"axum-core-v0.3.2","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.2/manifests"},{"name":"axum-v0.6.3","sha":"6ff6b36293b4a24f3be8a8ab7d33981705cd2d86","kind":"commit","published_at":"2023-01-20T22:51:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.3/manifests"},{"name":"axum-macros-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.1/manifests"},{"name":"axum-core-v0.3.1","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.1/manifests"},{"name":"axum-v0.6.2","sha":"e3aaeb3cb7be5ae694c1d9c7a414790de7a23d30","kind":"commit","published_at":"2023-01-09T12:54:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.2/manifests"},{"name":"axum-extra-v0.4.2","sha":"ee3cb971f759581dd7d8e06df74cc70f74446d52","kind":"commit","published_at":"2022-12-02T10:55:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.2/manifests"},{"name":"axum-extra-v0.4.1","sha":"2121979a487b1bdb3c40892212548c33dbf25ab6","kind":"commit","published_at":"2022-11-29T09:57:25.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.1/manifests"},{"name":"axum-v0.6.1","sha":"87a80ec47bfd2c39ac4ea3d1acffb5d1ff540f63","kind":"commit","published_at":"2022-11-29T08:43:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.1/manifests"},{"name":"axum-macros-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0/manifests"},{"name":"axum-v0.6.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0/manifests"},{"name":"axum-core-v0.3.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0/manifests"},{"name":"axum-extra-v0.4.0","sha":"1b6780cf6cfe28fa24744bb2d9581cd01577c464","kind":"commit","published_at":"2022-11-25T12:29:58.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0/manifests"},{"name":"axum-extra-v0.4.0-rc.3","sha":"99c0224a7c6cc95405476e872dd65e3ce8f01cae","kind":"commit","published_at":"2022-11-19T12:02:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.5","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.5/manifests"},{"name":"axum-macros-v0.3.0-rc.3","sha":"878ae73e6da1a50e9bab37ba13f6be0a8966d00a","kind":"commit","published_at":"2022-11-18T16:29:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.3/manifests"},{"name":"axum-v0.6.0-rc.4","sha":"74bbe80f8ae17f712f0870623804d86b06cbbd6f","kind":"commit","published_at":"2022-11-09T12:49:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.4/manifests"},{"name":"axum-macros-v0.3.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.2/manifests"},{"name":"axum-core-v0.3.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.3/manifests"},{"name":"axum-extra-v0.4.0-rc.2","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.3","sha":"e39d053d2f7ab22c8ef8ca49229eaa37b7b88aa4","kind":"commit","published_at":"2022-11-09T08:01:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.3/manifests"},{"name":"axum-v0.5.17","sha":"2c00e61d8202b8ef4f872ab12688e427827f3dfe","kind":"commit","published_at":"2022-10-20T19:03:05.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.17","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.17/manifests"},{"name":"axum-core-v0.2.9","sha":"23ded07e514c7446c1b253b37590608321c330c6","kind":"commit","published_at":"2022-10-20T18:43:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.9/manifests"},{"name":"axum-core-v0.3.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.2/manifests"},{"name":"axum-v0.6.0-rc.2","sha":"54d8439e35f05c346c7f30b9c974b18fa9becb68","kind":"commit","published_at":"2022-09-11T14:42:04.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.2/manifests"},{"name":"axum-v0.5.16","sha":"76f76883830c07f78f766a776bf7434430a723ee","kind":"commit","published_at":"2022-09-10T08:00:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.16","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.16/manifests"},{"name":"axum-core-v0.2.8","sha":"fcc1c9d94da530cc32eceae26fef8b3e89f0ce67","kind":"commit","published_at":"2022-09-10T07:57:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.8/manifests"},{"name":"axum-core-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.3.0-rc.1/manifests"},{"name":"axum-v0.6.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.6.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.6.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.6.0-rc.1/manifests"},{"name":"axum-macros-v0.3.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.3.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.3.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.3.0-rc.1/manifests"},{"name":"axum-extra-v0.4.0-rc.1","sha":"b315b60bca6416d6bf13656e44ea0f49ac0bd6f7","kind":"commit","published_at":"2022-08-23T20:57:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.4.0-rc.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.4.0-rc.1/manifests"},{"name":"axum-extra-v0.3.7","sha":"3990c3a6eb3a438b7d0a4a068409e377d9f6a005","kind":"commit","published_at":"2022-08-09T15:12:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.7/manifests"},{"name":"axum-v0.5.15","sha":"849abb1ad852dd79e473c7d56699c7fccc56550c","kind":"commit","published_at":"2022-08-09T14:55:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.15","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.15/manifests"},{"name":"axum-v0.5.14","sha":"e6a75a22ec165a47a4d65d5c3a7dd4c365b17014","kind":"commit","published_at":"2022-07-25T18:45:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.14","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.14/manifests"},{"name":"axum-v0.5.13","sha":"b7e70a2787802740fe2e78c067a8860d52ac58c2","kind":"commit","published_at":"2022-07-15T10:12:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.13","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.13/manifests"},{"name":"axum-v0.5.12","sha":"27786a5fefb203d8076b53ea4bc92f629f96f76e","kind":"commit","published_at":"2022-07-10T13:08:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.12","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.12/manifests"},{"name":"axum-core-v0.2.7","sha":"ed398c181e3d1bbafc1b2360531ac1f40b95e145","kind":"commit","published_at":"2022-07-10T13:06:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.7/manifests"},{"name":"axum-v0.5.11","sha":"a05f6a05190b6f0c654230bcaa8e33e6a5577615","kind":"commit","published_at":"2022-07-02T15:44:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.11","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.11/manifests"},{"name":"axum-extra-v0.3.6","sha":"305331e6188b10027004ed33659faa408d28f822","kind":"commit","published_at":"2022-07-02T09:38:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.6/manifests"},{"name":"axum-v0.5.10","sha":"7e794e9d1d421793485fbe374fb18d5f0dd2e404","kind":"commit","published_at":"2022-06-28T19:32:39.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.10","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.10/manifests"},{"name":"axum-extra-v0.3.5","sha":"905bbfb8e22a08e7b4e9c596b76054904a4faa0f","kind":"commit","published_at":"2022-06-27T19:08:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.5/manifests"},{"name":"axum-macros-v0.2.3","sha":"b10c9d34bdea117a3c052be9aa8334342e397d9a","kind":"commit","published_at":"2022-06-27T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.3/manifests"},{"name":"axum-v0.5.9","sha":"fabb205a9eadf539420c0ea09fbf315adb7c9ffd","kind":"commit","published_at":"2022-06-20T11:44:15.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.9","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.9/manifests"},{"name":"axum-v0.5.8","sha":"5ac0b2b3d7abe4946277ee17cfdb3c6594344d80","kind":"commit","published_at":"2022-06-18T09:38:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.8/manifests"},{"name":"axum-core-v0.2.6","sha":"7deaff7e1ece0e5d0ba99043fe2bf4b807433ea1","kind":"commit","published_at":"2022-06-18T09:00:19.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.6/manifests"},{"name":"axum-v0.5.7","sha":"7aa3f35129dd9a8022d2cc89ba4001c0c39c90c9","kind":"commit","published_at":"2022-06-08T14:08:11.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.7/manifests"},{"name":"axum-extra-v0.3.4","sha":"fbb47868512119a07552686e979f5c1adb1450ff","kind":"commit","published_at":"2022-06-08T13:58:37.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.4/manifests"},{"name":"axum-core-v0.2.5","sha":"a9eb4ac527c828bab227e4ccc5f88c0fc85f3e5e","kind":"commit","published_at":"2022-06-08T13:56:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.5/manifests"},{"name":"axum-extra-v0.3.3","sha":"1d7878c3c8e961156a1ba151918ffc7f30a70531","kind":"commit","published_at":"2022-05-18T18:29:49.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.3/manifests"},{"name":"axum-macros-v0.2.2","sha":"80d0cc19e661c0c698cef83e135605e84a5b90f7","kind":"commit","published_at":"2022-05-18T18:23:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.2/manifests"},{"name":"axum-v0.5.6","sha":"316e20fbd96d9255814445a3a02a53b5a71bb2c5","kind":"commit","published_at":"2022-05-15T21:05:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.6/manifests"},{"name":"axum-extra-v0.3.2","sha":"61c4e1959822c1dd64ac97ca76f33ff32a64abb4","kind":"commit","published_at":"2022-05-15T18:01:00.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.2/manifests"},{"name":"axum-extra-v0.3.1","sha":"cfdac03c8da9dc9ec1e81ba5fbe9ef2f2d449b65","kind":"commit","published_at":"2022-05-10T12:05:36.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.1/manifests"},{"name":"axum-macros-v0.2.1","sha":"46e6d3493bf991a8279fb060e7bf22001cfdac66","kind":"commit","published_at":"2022-05-10T11:46:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.1/manifests"},{"name":"axum-v0.5.5","sha":"96aaac4865d1c7b2a014564fe906ae0ed06998c9","kind":"commit","published_at":"2022-05-10T11:43:08.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.5/manifests"},{"name":"axum-core-v0.2.4","sha":"5be73c106437789f95e8dc85c13abf8ea1e3d873","kind":"commit","published_at":"2022-05-02T09:52:24.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.4/manifests"},{"name":"axum-extra-v0.3.0","sha":"a3b6cbc99c71e0184c2fb175bbe05120a180237b","kind":"commit","published_at":"2022-04-27T08:27:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.3.0/manifests"},{"name":"axum-v0.5.4","sha":"a723ed14539b3a12c4b9ea803f0772b699603e6d","kind":"commit","published_at":"2022-04-26T14:50:44.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.4/manifests"},{"name":"axum-core-v0.2.3","sha":"0702c59c7dfa88828278abb846648f55fede2baa","kind":"commit","published_at":"2022-04-26T14:19:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.3/manifests"},{"name":"axum-v0.5.3","sha":"061e66c236ed1278c0dc4e67edffa8b36a8bb646","kind":"commit","published_at":"2022-04-19T15:00:51.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.3/manifests"},{"name":"axum-v0.5.2","sha":"883a1cfd8f3f536a762b4347242ffb70b72b3b85","kind":"commit","published_at":"2022-04-19T14:19:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.2/manifests"},{"name":"axum-core-v0.2.2","sha":"598e6935df0e27b9b268b7d06d039a847181546a","kind":"commit","published_at":"2022-04-19T14:17:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.2/manifests"},{"name":"axum-v0.5.1","sha":"3e716f303f4cec09a0c588142ddfeba94434a39b","kind":"commit","published_at":"2022-04-03T18:23:18.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.1/manifests"},{"name":"axum-core-v0.2.1","sha":"bcda1a97dbfe616c168ea64addc8477865946a34","kind":"commit","published_at":"2022-04-03T18:21:16.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.1/manifests"},{"name":"axum-extra-v0.2.1","sha":"950dde26640095d1c7f696ddfdace96cdce6689a","kind":"commit","published_at":"2022-04-03T18:18:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.1/manifests"},{"name":"axum-extra-v0.2.0","sha":"5d0a7b440c15c2eda5b1e90b512c29167c440c32","kind":"commit","published_at":"2022-03-31T18:48:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.2.0/manifests"},{"name":"axum-macros-v0.2.0","sha":"f69d2dbf40c17b867f3d89a3182dd52501bf53c8","kind":"commit","published_at":"2022-03-31T18:45:01.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.2.0/manifests"},{"name":"axum-v0.5.0","sha":"fec64bc1b664259caf0448588c99dd622ab3f6ef","kind":"commit","published_at":"2022-03-31T18:37:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.5.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.5.0/manifests"},{"name":"axum-core-v0.2.0","sha":"fba2faa38f02849cb2dfa60e420f300624409999","kind":"commit","published_at":"2022-03-31T18:36:12.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.2.0/manifests"},{"name":"axum-v0.4.8","sha":"4562cf3f26eb16ed49a603a7756e4f32edc2daf9","kind":"commit","published_at":"2022-03-02T12:48:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.8/manifests"},{"name":"axum-macros-v0.1.2","sha":"87638d07cfb976a67ce212641c87623857acba89","kind":"commit","published_at":"2022-03-01T13:21:45.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.2/manifests"},{"name":"axum-extra-v0.1.5","sha":"ca8a6c08c2c45ee51150b77936bf1f9395a68afd","kind":"commit","published_at":"2022-03-01T13:19:20.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.5/manifests"},{"name":"axum-v0.4.7","sha":"558a4d05b0d231f17a26716af9115802af7ebc8f","kind":"commit","published_at":"2022-03-01T12:59:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.7/manifests"},{"name":"axum-extra-v0.1.4","sha":"36da5fceab5b70e25a76bd4cc13ab6b49c6d9b02","kind":"commit","published_at":"2022-02-22T14:05:53.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.4/manifests"},{"name":"axum-extra-v0.1.3","sha":"aa4ab8b0841df0853e47b102e8f4f9eea8ee2d18","kind":"commit","published_at":"2022-02-22T12:59:46.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.3/manifests"},{"name":"axum-macros-v0.1.1","sha":"b2267be2d59bddd41cafefab4241711042b40ace","kind":"commit","published_at":"2022-02-22T12:56:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.1/manifests"},{"name":"axum-v0.4.6","sha":"4b0b4c877271748dcba08564c1bf8f9a4bbdd436","kind":"commit","published_at":"2022-02-22T12:53:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.6/manifests"},{"name":"axum-core-v0.1.2","sha":"263e58e2c3f0398e95685c78b9a4219a4977eda9","kind":"commit","published_at":"2022-02-22T12:43:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.2/manifests"},{"name":"axum-v0.4.5","sha":"cab7d671babf36f097d3dfb0d080049efaef20e9","kind":"commit","published_at":"2022-01-31T21:28:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.5/manifests"},{"name":"axum-debug-v0.3.3","sha":"9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b","kind":"commit","published_at":"2022-01-31T21:06:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.3/manifests"},{"name":"axum-macros-v0.1.0","sha":"c1cc4b515ad8b5d271e8b8bd7e6d7105364cab4a","kind":"commit","published_at":"2022-01-31T19:06:59.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-macros-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-macros-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-macros-v0.1.0/manifests"},{"name":"axum-extra-v0.1.2","sha":"6d01f3968e696e8118412d75dfefa242b89fedd8","kind":"commit","published_at":"2022-01-13T09:37:56.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.2/manifests"},{"name":"axum-v0.4.4","sha":"5fe981a1da028e1d3444581d29ec2c57dc13d436","kind":"commit","published_at":"2022-01-13T09:37:33.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.4/manifests"},{"name":"axum-extra-v0.1.1","sha":"9f5f29dfba12377b03fd3a6405dd2b3c49ad2c40","kind":"commit","published_at":"2021-12-27T14:23:02.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.1/manifests"},{"name":"axum-v0.4.3","sha":"4c48efc86144ff982b13aec99347a202e371dd60","kind":"commit","published_at":"2021-12-21T14:41:03.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.3/manifests"},{"name":"axum-debug-v0.3.2","sha":"3a259dcec7e3ccbabe49c3bd07da04cb02029e8f","kind":"commit","published_at":"2021-12-09T09:52:31.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.2/manifests"},{"name":"axum-v0.4.2","sha":"9f6be24ecd268bca80637415c04481f104401996","kind":"commit","published_at":"2021-12-06T12:03:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.2/manifests"},{"name":"axum-debug-v0.3.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.1/manifests"},{"name":"axum-v0.4.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.1/manifests"},{"name":"axum-core-v0.1.1","sha":"8e1341d1f6a8410040d8a52f048e3cb0c0c47ef5","kind":"commit","published_at":"2021-12-06T09:30:09.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.1/manifests"},{"name":"axum-debug-v0.3.0","sha":"628921bcad878ab4396705e0798494fbc9ebd3c5","kind":"commit","published_at":"2021-12-03T21:42:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.3.0/manifests"},{"name":"axum-core-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-core-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-core-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-core-v0.1.0/manifests"},{"name":"v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.4.0/manifests"},{"name":"axum-v0.4.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.4.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.4.0/manifests"},{"name":"axum-extra-v0.1.0","sha":"a63843d6c5039ee843469d1e0f9542205150b4fa","kind":"commit","published_at":"2021-12-02T19:02:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-extra-v0.1.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-extra-v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-extra-v0.1.0/manifests"},{"name":"axum-debug-v0.2.2","sha":"6d0abd447c0d2b4cdfa192c0040d9c426c820366","kind":"commit","published_at":"2021-11-22T09:40:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.2/manifests"},{"name":"axum-debug-v0.2.1","sha":"44a49cb1992c466e48cfbfd896d2d34e76b6f20c","kind":"commit","published_at":"2021-11-19T20:38:30.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.1/manifests"},{"name":"v0.3.4","sha":"cb4f64375bab27d0439a82bee74fc4f0d06a5ef8","kind":"commit","published_at":"2021-11-17T12:51:35.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.4/manifests"},{"name":"axum-debug-v0.2.0","sha":"e58336621d9f7d87300bb7ce20e19a2ac65cd3b4","kind":"commit","published_at":"2021-11-13T19:44:13.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-debug-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-debug-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-debug-v0.2.0/manifests"},{"name":"axum-v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.3/manifests"},{"name":"v0.3.3","sha":"b9dfea636071c2c194c8251612beba9d0515e9fe","kind":"commit","published_at":"2021-11-13T19:41:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"3d78711e47351d9ac02837eff527703d4f88c454","kind":"commit","published_at":"2021-11-08T18:01:32.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.1/manifests"},{"name":"axum-v0.3.1","sha":"09bcd8862d4d008f482c6383d21e4507f85ed0b9","kind":"commit","published_at":"2021-11-06T13:26:23.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.3.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.3.1/manifests"},{"name":"v0.3.0","sha":"85731a4f1d7bfdcd984ea79c920f733f60527260","kind":"commit","published_at":"2021-11-02T17:14:41.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.3.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.3.0/manifests"},{"name":"axum-v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.8/manifests"},{"name":"v0.2.8","sha":"a026217c6180ffadddb08202365922a2068f744c","kind":"commit","published_at":"2021-10-07T15:27:17.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.8","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"76d40aea914d347c9d52de1fe9b3b7bb52dbc769","kind":"commit","published_at":"2021-10-06T19:27:06.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.7","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.6/manifests"},{"name":"axum-v0.2.6","sha":"7fae35020a4e177d7da142f23ffebf02dfa532e5","kind":"commit","published_at":"2021-10-02T11:33:52.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.6","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.6/manifests"},{"name":"v0.2.5","sha":"bb5bcab11668940bd1c1232bdb980baab8ef6aa5","kind":"commit","published_at":"2021-09-18T17:35:10.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.5","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.5/manifests"},{"name":"axum-v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.4/manifests"},{"name":"v0.2.4","sha":"36665793c3baacfb6a4fbec73e12b6cbb4c8091a","kind":"commit","published_at":"2021-09-10T16:01:14.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.4","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"bdc39deef221f01d648bd3dcd247221080560adf","kind":"commit","published_at":"2021-08-26T14:22:47.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.2/manifests"},{"name":"axum-v0.2.2","sha":"7b391d85c8b5fc820b1734a7e42469fb78408588","kind":"commit","published_at":"2021-08-26T06:57:07.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.2/manifests"},{"name":"v0.2.1","sha":"9a082a74b0a1641b44e31cfaac9cbc69a2e0e238","kind":"commit","published_at":"2021-08-24T10:53:57.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.2.0/manifests"},{"name":"axum-v0.2.0","sha":"02e61dfdd6f05cd87f2edc9475b47974a50ce9f7","kind":"commit","published_at":"2021-08-23T18:49:29.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.2.0","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.2.0/manifests"},{"name":"v0.1.3","sha":"e13f1da11d2726997669c15ca4c294b063ec6b65","kind":"commit","published_at":"2021-08-06T09:20:42.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.3","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.2/manifests"},{"name":"axum-v0.1.2","sha":"55c1a294206bc7e9fce940a81582e875e98eefda","kind":"commit","published_at":"2021-08-01T20:13:43.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.2","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.2/manifests"},{"name":"axum-v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/axum-v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/axum-v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/axum-v0.1.1/manifests"},{"name":"v0.1.1","sha":"6c1279a415174573779e66a056f20d1b1889b8c2","kind":"commit","published_at":"2021-07-30T15:20:38.000Z","download_url":"https://codeload.github.com/tokio-rs/axum/tar.gz/v0.1.1","html_url":"https://github.com/tokio-rs/axum/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2024-10-29T16:24:31.947Z","dependent_packages_count":1093,"downloads":318592510,"downloads_period":"total","dependent_repos_count":4645,"rankings":{"downloads":0.267283510934646,"dependent_repos_count":0.5211675846456554,"dependent_packages_count":0.09732222825588693,"stargazers_count":0.6826660648673808,"forks_count":1.140362631085284,"docker_downloads_count":0.8152499700275746,"average":0.5873419983027379},"purl":"pkg:cargo/axum","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/axum","docker_dependents_count":173,"docker_downloads_count":24255592,"usage_url":"https://repos.ecosyste.ms/usage/cargo/axum","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/axum/dependencies","status":null,"funding_links":["https://github.com/sponsors/tokio-rs"],"critical":true,"issue_metadata":{"last_synced_at":"2024-10-29T14:33:26.883Z","issues_count":487,"pull_requests_count":601,"avg_time_to_close_issue":2311039.3484848486,"avg_time_to_close_pull_request":1797645.2165137616,"issues_closed_count":395,"pull_requests_closed_count":545,"pull_request_authors_count":195,"issue_authors_count":255,"avg_comments_per_issue":4.804928131416838,"avg_comments_per_pull_request":1.5207986688851913,"merged_pull_requests_count":462,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":217,"past_year_pull_requests_count":314,"past_year_avg_time_to_close_issue":1332798.382857143,"past_year_avg_time_to_close_pull_request":1663654.820143885,"past_year_issues_closed_count":174,"past_year_pull_requests_closed_count":278,"past_year_pull_request_authors_count":134,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":2.4285714285714284,"past_year_avg_comments_per_pull_request":1.6496815286624205,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":236,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","maintainers":[{"login":"davidpdrsn","count":215,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}],"active_maintainers":[{"login":"davidpdrsn","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"},{"login":"jplatte","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"},{"login":"yanns","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"},{"login":"mladedav","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"},{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"},{"login":"taiki-e","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/axum/codemeta","maintainers":[{"uuid":"10","login":"carllerche","name":"Carl Lerche","email":null,"url":"https://github.com/carllerche","packages_count":291,"html_url":"https://crates.io/users/carllerche","role":null,"created_at":"2023-03-08T21:07:14.067Z","updated_at":"2023-03-08T21:07:14.067Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carllerche/packages"},{"uuid":"12432","login":"davidpdrsn","name":"David Pedersen","email":null,"url":"https://github.com/davidpdrsn","packages_count":45,"html_url":"https://crates.io/users/davidpdrsn","role":null,"created_at":"2022-11-07T16:59:04.091Z","updated_at":"2022-11-07T16:59:04.091Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/davidpdrsn/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":278527,"maintainers_count":63772,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}}],"commits":{"id":8825,"full_name":"tokio-rs/axum","default_branch":"main","total_commits":1921,"total_committers":431,"total_bot_commits":3,"total_bot_committers":1,"mean_commits":4.4570765661252905,"dds":0.573138990109318,"past_year_total_commits":281,"past_year_total_committers":77,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":3.6493506493506493,"past_year_dds":0.7758007117437722,"last_synced_at":"2026-05-18T08:36:24.726Z","last_synced_commit":"c21fcae0878de0446b38668b0a2072cc8811a6f6","created_at":"2023-03-07T09:49:11.646Z","updated_at":"2026-05-18T08:35:35.125Z","committers":[{"name":"David Pedersen","email":"david.pdrsn@gmail.com","login":"davidpdrsn","count":820},{"name":"Jonas Platte","email":"jplatte+git@posteo.de","login":"jplatte","count":246},{"name":"tottoto","email":"tottotodev@gmail.com","login":"tottoto","count":74},{"name":"David Mládek","email":"david.mladek.cz@gmail.com","login":"mladedav","count":40},{"name":"Tobias Bieniek","email":"tobias@bieniek.cloud","login":"Turbo87","count":29},{"name":"Yann Simon","email":"yann.simon@commercetools.com","login":"yanns","count":26},{"name":"Sabrina Jewson","email":"sejewson@gmail.com","login":"SabrinaJewson","count":17},{"name":"Eray Karatay","email":"70590982+programatik29","login":"programatik29","count":11},{"name":"Gábor Szabó","email":"gabor@szabgab.com","login":"szabgab","count":11},{"name":"Kai Jewson","email":"kai.jewson@gmail.com","login":null,"count":10},{"name":"takumi","email":"magic.ling@live.cn","login":"takkuumi","count":9},{"name":"Sunli","email":"sunlipad4@icloud.com","login":"sunli829","count":8},{"name":"Theodore Bjernhed","email":"153222593+theodorebje","login":"theodorebje","count":8},{"name":"david-perez","email":"d@vidp.dev","login":"david-perez","count":8},{"name":"novacrazy","email":"novacrazy@gmail.com","login":"novacrazy","count":8},{"name":"Jonas Platte","email":"jplatte@svix.com","login":"svix-jplatte","count":7},{"name":"Glen De Cauwsemaecker","email":"contact@glendc.com","login":"GlenDC","count":7},{"name":"zys864","email":"616561164@qq.com","login":"zys864","count":6},{"name":"Marek Kuskowski","email":"50183564+nylonicious","login":"nylonicious","count":5},{"name":"二手掉包工程师","email":"rustin.liu@gmail.com","login":"Rustin170506","count":5},{"name":"Niclas Klugmann","email":"niclas@klugmann.de","login":"2ndDerivative","count":5},{"name":"Joel Uckelman","email":"uckelman@nomic.net","login":"uckelman","count":5},{"name":"Leon Lux","email":"leonlux@icloud.com","login":"Lachstec","count":5},{"name":"zleyyij","email":"75810274+zleyyij","login":"zleyyij","count":4},{"name":"Max Countryman","email":"maxc@me.com","login":"maxcountryman","count":4},{"name":"Paolo Barbolini","email":"paolo.barbolini@m4ss.net","login":"paolobarbolini","count":4},{"name":"Grzegorz Baranski","email":"root@gbaranski.com","login":"gbaranski","count":4},{"name":"Benjamin Sparks","email":"bsparks100@gmail.com","login":"bengsparks","count":4},{"name":"Brad Dunbar","email":"dunbarb2@gmail.com","login":"braddunbar","count":4},{"name":"Canmi","email":"9997200@qq.com","login":"canmi21","count":4},{"name":"Dihan Nahdi","email":"90670352+dihannahdi","login":"dihannahdi","count":4},{"name":"Jan","email":"59206115+Threated","login":"Threated","count":4},{"name":"Eduardo Canellas","email":"eduardocanellas98@gmail.com","login":"dbofmmbt","count":4},{"name":"lz1998","email":"875543533@qq.com","login":"lz1998","count":4},{"name":"Matthias Vogelgesang","email":"matthias.vogelgesang@gmail.com","login":"matze","count":3},{"name":"Hayashi Mikihiro","email":"34ttrweoewiwe28@gmail.com","login":"Hmikihiro","count":3},{"name":"joeydewaal","email":"99046430+joeydewaal","login":"joeydewaal","count":3},{"name":"ttys3","email":"41882455+ttys3","login":"ttys3","count":3},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":3},{"name":"Tomaz Canabrava","email":"tcanabrava@kde.org","login":"tcanabrava","count":3},{"name":"Mohamed Macow","email":"58916277+darth-raijin","login":"darth-raijin","count":3},{"name":"Marcus Griep","email":"marcus@griep.us","login":"neoeinstein","count":3},{"name":"Joshua Mo","email":"102877324+joshua-mo-143","login":"joshua-mo-143","count":3},{"name":"Georg Semmler","email":"github@weiznich.de","login":"weiznich","count":3},{"name":"Asger Hautop Drewsen","email":"asger@tyilo.com","login":"tyilo","count":3},{"name":"Antoine Vandecreme","email":"avandecreme","login":"avandecreme","count":3},{"name":"Alex Butler","email":"alexheretic@gmail.com","login":"alexheretic","count":3},{"name":"Altair Bueno","email":"67512202+Altair-Bueno","login":"Altair-Bueno","count":3},{"name":"Rodrigo Santiago","email":"rsdlt@pm.me","login":"rsdlt","count":2},{"name":"Sindri Pétur Ingimundarson","email":"sindripetur@gmail.com","login":"sindrip","count":2},{"name":"Rob","email":"rob@sombia.com","login":"robertwayne","count":2},{"name":"Mikhail Antoshkin","email":"51194616+mikhailantoshkin","login":"mikhailantoshkin","count":2},{"name":"Péter Leéh","email":"52788117+Ptrskay3","login":"Ptrskay3","count":2},{"name":"Poliorcetics","email":"poliorcetics","login":"poliorcetics","count":2},{"name":"Paul Mattern","email":"75864135+pemattern","login":"pemattern","count":2},{"name":"Mathieu","email":"109525460+4Mathleu","login":"4Mathleu","count":2},{"name":"Noa","email":"coolreader18@gmail.com","login":"coolreader18","count":2},{"name":"Erèbe - Romain Gerard","email":"github@erebe.eu","login":"erebe","count":2},{"name":"Ken-Miura","email":"ken.miura1102@gmail.com","login":"Ken-Miura","count":2},{"name":"Lyra Naeseth","email":"lyra@naeseth.com","login":"silverlyra","count":2},{"name":"Loic Hausammann","email":"loikki","login":"loikki","count":2},{"name":"Liigo Zhuang","email":"liigo@qq.com","login":"liigo","count":2},{"name":"Lethe Lee","email":"87625844+Lethe10137","login":"Lethe10137","count":2},{"name":"LeoniePhiline","email":"22329650+LeoniePhiline","login":"LeoniePhiline","count":2},{"name":"LT","email":"yujinjianxin@gmail.com","login":"Oodachi","count":2},{"name":"Azzam S.A","email":"17734314+azzamsa","login":"azzamsa","count":2},{"name":"吴杨帆","email":"39647285+leno23","login":"leno23","count":2},{"name":"K-tecchan","email":"67850755+K-tecchan","login":"K-tecchan","count":2},{"name":"Justin Sexton","email":"justinsexton.dev@gmail.com","login":"jusexton","count":2},{"name":"Joseph Lenton","email":"JosephLenton","login":"JosephLenton","count":2},{"name":"vsuryamurthy","email":"v.sury@fizyr.com","login":"vsuryamurthy","count":2},{"name":"wayne","email":"wayne.warren.s@gmail.com","login":"waynr","count":2},{"name":"xumaple","email":"45406854+xumaple","login":"xumaple","count":2},{"name":"Olivier Pinon","email":"oliv.pinon@gmail.com","login":"AlisCode","count":2},{"name":"yhx-12243","email":"yhx12243@gmail.com","login":"yhx-12243","count":2},{"name":"zeon","email":"96481337+zeonzip","login":"zeonzip","count":2},{"name":"valkyrie_pilot","email":"valk@randomairborne.dev","login":"randomairborne","count":2},{"name":"Nano","email":"nanoqsh@gmail.com","login":"nanoqsh","count":2},{"name":"Nathaniel McCallum","email":"nathaniel@mccallum.life","login":"npmccallum","count":2},{"name":"Martin Nordholts","email":"enselic@gmail.com","login":"Enselic","count":2},{"name":"Chris Glass","email":"tribaal@gmail.com","login":"chrisglass","count":2},{"name":"tiaoxizhan","email":"tiaoxizhan@outlook.com","login":"tiaoxizhan","count":2},{"name":"silvioprog","email":"silvioprog@gmail.com","login":"silvioprog","count":2},{"name":"reivilibre","email":"olivier@librepush.net","login":"reivilibre","count":2},{"name":"oxalica","email":"hooccooh1896@gmail.com","login":"oxalica","count":2},{"name":"nabbisen","email":"n@bbisen.com","login":"nabbisen","count":2},{"name":"kaze","email":"zsoltkormany@gmail.com","login":"kaze","count":2},{"name":"dayvejones","email":"75860773+dayvejones","login":"dayvejones","count":2},{"name":"daalfox","email":"123469030+daalfox","login":"daalfox","count":2},{"name":"arctic-alpaca","email":"67190338+arctic-alpaca","login":"arctic-alpaca","count":2},{"name":"Yuri Astrakhan","email":"yuriastrakhan@gmail.com","login":"nyurik","count":2},{"name":"Vladimir","email":"hello@0xdeafbeef.dev","login":"0xdeafbeef","count":2},{"name":"Dotan J. Nahum","email":"jondotan@gmail.com","login":"jondot","count":2},{"name":"Dmitry Marakasov","email":"474217+AMDmi3","login":"AMDmi3","count":2},{"name":"Daniel","email":"daniel.schneider@eramux.com","login":"dnlsndr","count":2},{"name":"Consoli","email":"matheus.consoli7@gmail.com","login":"matheus-consoli","count":2},{"name":"Benno van den Berg","email":"hatchan","login":"hatchan","count":2},{"name":"Antonio Souza","email":"arfs.antonio@gmail.com","login":"arferreira","count":2},{"name":"Andrii Mishkovskyi","email":"548482+mishok13","login":"mishok13","count":2},{"name":"Andrew Silver","email":"andrew.silver0@protonmail.com","login":"TapGhoul","count":2},{"name":"Andrei Zolkin","email":"58516282+Z4RX","login":"Z4RX","count":2},{"name":"Andrea Bozzo","email":"andreabozzo92@gmail.com","login":"AndreaBozzo","count":2},{"name":"AlphaKeks","email":"85143381+AlphaKeks","login":"AlphaKeks","count":2},{"name":"Alice Ryhl","email":"aliceryhl@google.com","login":"Darksonn","count":2},{"name":"Alexander Jackson","email":"alexanderjackson@protonmail.com","login":"alexander-jackson","count":2},{"name":"Alejandro González","email":"7822554+AlexTMjugador","login":"AlexTMjugador","count":2},{"name":"Kelly Thomas Kline","email":"kellytk@sw-e.org","login":"kellytk","count":2},{"name":"gerardcl","email":"gerard.castillo@boehringer-ingelheim.com","login":"gerardcl","count":2},{"name":"Allan","email":"al@ayz.ai","login":null,"count":2},{"name":"Nick Ashley","email":"nick@shley.us","login":null,"count":2},{"name":"Andrew Wheeler(Genusis)","email":"lordsatin@hotmail.com","login":null,"count":2},{"name":"Jerry Wang","email":"j3rry.wan9@gmail.com","login":"j3rrywan9","count":2},{"name":"Jan Runge","email":"janrunx@gmail.com","login":"janxyz","count":2},{"name":"Johannes Becker","email":"66059836+johannescpk","login":"johannescpk","count":2},{"name":"Jake McGinty","email":"me@jakebot.org","login":"mcginty","count":2},{"name":"Italo Maia","email":"italo.maia@gmail.com","login":"italomaia","count":2},{"name":"Imbolc","email":"me@imbolc.name","login":"imbolc","count":2},{"name":"Igor Shevchenko","email":"39371503+bnzone","login":"bnzone","count":2},{"name":"Ibraheem Ahmed","email":"ibraheem@ibraheem.ca","login":"ibraheemdev","count":2},{"name":"Horu","email":"73709188+HigherOrderLogic","login":"HigherOrderLogic","count":2},{"name":"Søren Løvborg","email":"kwi@kwi.dk","login":"kwi-dk","count":2},{"name":"Grachev Mikhail","email":"work@mgrachev.com","login":"mgrachev","count":2},{"name":"GengTeng","email":"me@gteng.org","login":"gengteng","count":2},{"name":"Fredrik Park","email":"sir.sedrik@gmail.com","login":"sedrik","count":2},{"name":"Flamenco","email":"Flamenco","login":"Flamenco","count":2},{"name":"Ferenc Tamás","email":"tamasf97@outlook.com","login":"tamasfe","count":2},{"name":"Ethra","email":"107059409+ItsEthra","login":"ItsEthra","count":2},{"name":"EdorianDark","email":"EdorianDark","login":"EdorianDark","count":2},{"name":"3moredays","email":"azureqaq@gmail.com","login":"azureqaq","count":2},{"name":"Erin","email":"149203474+erin-desu","login":"erin-desu","count":2},{"name":"DeepSpaceTravel","email":"141806005+DeepSpaceTravel","login":"DeepSpaceTravel","count":1},{"name":"Deffendor","email":"21102647+Deffendor","login":"Deffendor","count":1},{"name":"Denis","email":"42263661+myFavShrimp","login":"myFavShrimp","count":1},{"name":"Dmitry Miasnenko","email":"clowzed.work@gmail.com","login":"clowzed","count":1},{"name":"Dominik Spicher","email":"dominikspicher@gmail.com","login":"dspicher","count":1},{"name":"Dominique Martinet","email":"asmadeus@codewreck.org","login":"martinetd","count":1},{"name":"Dr. David A. Kunz","email":"david.kunz@sap.com","login":"David-Kunz","count":1},{"name":"Emil Gardström","email":"emil.gardstrom@gmail.com","login":"Emilgardis","count":1},{"name":"FrankReh","email":"FrankReh","login":"FrankReh","count":1},{"name":"Francis","email":"0x003e@gmail.com","login":"0x003e","count":1},{"name":"Davide Ferrero","email":"d.ferrero@me.com","login":"deid84","count":1},{"name":"David Schmitt","email":"david@black.co.at","login":"DavidS","count":1},{"name":"David Calavera","email":"david.calavera@gmail.com","login":"calavera","count":1},{"name":"Ikko Eltociear Ashimine","email":"eltociear@gmail.com","login":"eltociear","count":1},{"name":"Bismit Panda","email":"adnaptimsib333@gmail.com","login":"bismitpanda","count":1},{"name":"Daniel Pauls","email":"daniel1708.de+git@gmail.com","login":"danpls","count":1},{"name":"Dani Pardo","email":"dani.pardo@inmensys.com","login":"danipardo","count":1},{"name":"Dan Handrea","email":"handrea.dan@gmail.com","login":"danhandrea","count":1},{"name":"Cyril Marpaud","email":"9333398+cyril-marpaud","login":"cyril-marpaud","count":1},{"name":"Conrad","email":"conrad.p.dean@gmail.com","login":"cpdean","count":1},{"name":"Cole","email":"cole@swift-mail.com","login":"semicoleon","count":1},{"name":"Hong Minhee (洪 民憙)","email":"hong.minhee@gmail.com","login":"dahlia","count":1},{"name":"Henry Chen","email":"1474479+chenhunghan","login":"chenhunghan","count":1},{"name":"Henrikh Kantuni","email":"henrikh.kantuni@gmail.com","login":"kantuni","count":1},{"name":"Harrison Burt","email":"57491488+ChillFish8","login":"ChillFish8","count":1},{"name":"Hans Meine","email":"hans_meine@gmx.net","login":"hmeine","count":1},{"name":"Hamir Mahal","email":"hirehamir@gmail.com","login":"hamirmahal","count":1},{"name":"Guy Lapid","email":"53928652+guylapid","login":"guylapid","count":1},{"name":"Guillermo Lloret Talavera","email":"GuillerLT@gmail.com","login":"GuillerLT","count":1},{"name":"Gabriel Lacroix","email":"lacroixgabriel@gmail.com","login":"Gadiguibou","count":1},{"name":"FémLol Stúdió","email":"59310460+FemLolStudio","login":"FemLolStudio","count":1},{"name":"Fxxxlei","email":"39105819+Fxxxlei","login":"Fxxxlei","count":1},{"name":"Fredrik Meringdal","email":"37556332+fmeringdal","login":"fmeringdal","count":1},{"name":"Fredrik Enestad","email":"fredrik@enestad.com","login":"fredr","count":1},{"name":"Frederik-Baetens","email":"smurfendrek123@gmail.com","login":"Frederik-Baetens","count":1},{"name":"David Bernard","email":"davidB","login":"davidB","count":1},{"name":"Eric Seppanen","email":"109770420+eric-seppanen","login":"eric-seppanen","count":1},{"name":"Evan Schwartz","email":"3262610+emschwartz","login":"emschwartz","count":1},{"name":"Evgenii","email":"izirku","login":"izirku","count":1},{"name":"Felix B. Bause","email":"felix@bause.dev","login":"like-a-bause","count":1},{"name":"Firstyear","email":"william.brown@suse.com","login":"Firstyear","count":1},{"name":"FlakM","email":"maciej.jan.flak@gmail.com","login":"FlakM","count":1},{"name":"Florian Thelliez","email":"44224782+ZFLloyd","login":"ZFLloyd","count":1},{"name":"Folyd","email":"lyshuhow@gmail.com","login":"Folyd","count":1},{"name":"Arthur","email":"arthur.Dewitte@gmail.com","login":"Arthurdw","count":1},{"name":"Arniu Tseng","email":"arniu2006@163.com","login":"arniu","count":1},{"name":"Angel H","email":"74881094+ThinkerDreamer","login":"ThinkerDreamer","count":1},{"name":"Andrew Morgan","email":"1342360+anoadragon453","login":"anoadragon453","count":1},{"name":"Danny","email":"1695103+Rapptz","login":"Rapptz","count":1},{"name":"A-Walrus","email":"58790821+A-Walrus","login":"A-Walrus","count":1},{"name":"Aaron Erhardt","email":"aaron.erhardt@t-online.de","login":"AaronErhardt","count":1},{"name":"Abdulla Abdurakhmanov","email":"me@abdolence.dev","login":"abdolence","count":1},{"name":"Adrian Jerome Wright","email":"Calorus","login":"Calorus","count":1},{"name":"Afifurrohman","email":"afifurrohman.id@outlook.com","login":"afifurrohman-id","count":1},{"name":"Alex","email":"13454782+awulkan","login":"awulkan","count":1},{"name":"Alex Pyattaev","email":"alex.pyattaev@gmail.com","login":"alexpyattaev","count":1},{"name":"Alexander van Ratingen","email":"470642+alvra","login":"alvra","count":1},{"name":"Alexey Timin","email":"atimin@gmail.com","login":"atimin","count":1},{"name":"Andrei Nesterov","email":"ae.nesterov@gmail.com","login":"manifest","count":1},{"name":"4lkaid","email":"4lkaid@gmail.com","login":null,"count":1},{"name":"Filip Kieres","email":"filip@aheadmode.com","login":null,"count":1},{"name":"Haiqal","email":"haiqalaly@gmail.com","login":null,"count":1},{"name":"Necdet Arda Etiman","email":"necdetarda123@gmail.com","login":null,"count":1},{"name":"bear","email":"wpf15701504487@gmail.com","login":null,"count":1},{"name":"fluunke","email":"flrk@tuta.io","login":null,"count":1},{"name":"zhihanz","email":"zhihan@tetrate.io","login":null,"count":1},{"name":"Clayton Faria","email":"claytonfaria@gmail.com","login":"claytonfaria","count":1},{"name":"Claas","email":"claas@claas.dev","login":"SantaClaas","count":1},{"name":"Christos Hadjiaslanis","email":"christos@openquery.io","login":"christos-h","count":1},{"name":"Christofer Nolander","email":"christofer.nolander@gmail.com","login":"nolanderc","count":1},{"name":"Christian Stefanescu","email":"217554+stchris","login":"stchris","count":1},{"name":"Chris Pick","email":"github@chrispick.com","login":"cpick","count":1},{"name":"Chris Connelly","email":"chris@connec.co.uk","login":"connec","count":1},{"name":"Chris Beck","email":"5683852+cbeck88","login":"cbeck88","count":1},{"name":"Chan Kang","email":"ChannyClaus","login":"ChannyClaus","count":1},{"name":"Cemre Mengu","email":"cemremengu@gmail.com","login":"cemremengu","count":1},{"name":"Carlos Armando Marcano Vargas","email":"70811425+carlosm27","login":"carlosm27","count":1},{"name":"Bryan Burgers","email":"bryan@burgers.io","login":"bryanburgers","count":1},{"name":"Bouke van der Bijl","email":"i@bou.ke","login":"bouk","count":1},{"name":"Bittrance","email":"bittrance@gmail.com","login":"bittrance","count":1},{"name":"Tom Hacohen","email":"tasn","login":"tasn","count":1},{"name":"Benedikt Werner","email":"1benediktwerner@gmail.com","login":"benediktwerner","count":1},{"name":"Ben Hansen","email":"benhansenslc@gmail.com","login":"benhansen-io","count":1},{"name":"Baptiste Le Morlec","email":"baptistelemorlec@gmail.com","login":"Gaelik-git","count":1},{"name":"BBaoVanC","email":"bbaovanc+github@bbaovanc.com","login":"BBaoVanC","count":1},{"name":"Austin Bonander","email":"austin.bonander@gmail.com","login":"abonander","count":1},{"name":"Austaras","email":"austaras@outlook.com","login":"Austaras","count":1},{"name":"Artur Corrêa Souza","email":"arcstur@gmail.com","login":"arcstur","count":1},{"name":"Thomas Scholtes","email":"geigerzaehler@axiom.fm","login":"geigerzaehler","count":1},{"name":"kinrany","email":"kinrany@yandex.com","login":"Kinrany","count":1},{"name":"Endoze","email":"endoze","login":"endoze","count":1},{"name":"Trent","email":"2771466+tbillington","login":"tbillington","count":1},{"name":"Tristan Bouchard","email":"tristan.bouchard@digipen.edu","login":"itstristanb","count":1},{"name":"Tshepang Mbambo","email":"tshepang@gmail.com","login":"tshepang","count":1},{"name":"Tv","email":"tv@eagain.net","login":"tv42","count":1},{"name":"Uli","email":"81411344+uduerholz","login":"uduerholz","count":1},{"name":"Uros","email":"59397844+uros-5","login":"uros-5","count":1},{"name":"Valentin Brandl","email":"mail+github@vbrandl.net","login":"vbrandl","count":1},{"name":"Valerio Ageno","email":"51341197+Valerioageno","login":"Valerioageno","count":1},{"name":"Vegard Sandengen","email":"97030809+vegardgs-ksat","login":"vegardgs-ksat","count":1},{"name":"Vigith Maurice","email":"vigith@gmail.com","login":"vigith","count":1},{"name":"Vitaly Shukela","email":"vi0oss@gmail.com","login":"vi","count":1},{"name":"Weipeng Hong","email":"961365124@qq.com","login":"hongweipeng","count":1},{"name":"Wojciech Kordalski","email":"wkordalski@pm.me","login":"wkordalski","count":1},{"name":"Wowkster","email":"49880655+wowkster","login":"wowkster","count":1},{"name":"YanHeDoki","email":"71111343+YanHeDoki","login":"YanHeDoki","count":1},{"name":"Yotam Ofek","email":"yotam.ofek@gmail.com","login":"yotamofek","count":1},{"name":"YuKun Liu","email":"mrxzx.info@gmail.com","login":"mrxiaozhuox","count":1},{"name":"Yumin Wu","email":"wuyumin@wuyumin.com","login":"wuyumin","count":1},{"name":"Zan Pan","email":"panzan89@gmail.com","login":"photino","count":1},{"name":"Zelys","email":"zelys@dfkhelper.com","login":"Zelys-DFKH","count":1},{"name":"aiqubits","email":"35585232+aiqubits","login":"aiqubits","count":1},{"name":"avdb","email":"60188643+avdb13","login":"avdb13","count":1},{"name":"baerwang","email":"baerwangx@gmail.com","login":"baerwang","count":1},{"name":"cduvray","email":"116250558+cduvray","login":"cduvray","count":1},{"name":"Sagi Sarussi","email":"sagis@sagis.dev","login":"tuxiqae","count":1},{"name":"Sam Kirby","email":"sam.kirby94@hotmail.co.uk","login":"sam-kirby","count":1},{"name":"Sandor Apati","email":"sapati@gmail.com","login":"sapati","count":1},{"name":"Santiago Fraire Willemoes","email":"santiwilly@gmail.com","login":"woile","count":1},{"name":"Saurav Sharma","email":"appdroiddeveloper@gmail.com","login":"iamsauravsharma","count":1},{"name":"SecretPocketCat","email":"jiridexterhanc@gmail.com","login":"SecretPocketCat","count":1},{"name":"Sergio C. Arteaga","email":"tegioz@icloud.com","login":"tegioz","count":1},{"name":"Shaobo Liu","email":"shaobo@mkdef.com","login":"saukymo","count":1},{"name":"Shawn","email":"18649508+NOBLES5E","login":"NOBLES5E","count":1},{"name":"Sheroz","email":"25744927+sheroz","login":"sheroz","count":1},{"name":"Shikhar Bhushan","email":"shikhar@schmizz.net","login":"shikhar","count":1},{"name":"Shing","email":"5630513+yshing","login":"yshing","count":1},{"name":"Siddhesh Kanawade","email":"85673539+SiddheshKanawade","login":"SiddheshKanawade","count":1},{"name":"Sidharth Kshatriya","email":"sid.kshatriya@gmail.com","login":"sidkshatriya","count":1},{"name":"Simon Sellar","email":"UnCommitted","login":"UnCommitted","count":1},{"name":"Singee","email":"ImSingee","login":"ImSingee","count":1},{"name":"Slava","email":"slavugan@gmail.com","login":"slavugan","count":1},{"name":"Sleep_AllDay","email":"37238439+SpeedReach","login":"SpeedReach","count":1},{"name":"Spencer Bartholomew","email":"38776747+spencerbart","login":"spencerbart","count":1},{"name":"Spencer Gilbert","email":"Spencer.Gilbert@gmail.com","login":"spencergilbert","count":1},{"name":"Spyros Roum","email":"spyros.roum@posteo.net","login":"SpyrosRoum","count":1},{"name":"StNicolay","email":"103897650+StNicolay","login":"StNicolay","count":1},{"name":"Steven Black","email":"steveb@stevenblack.com","login":"StevenBlack","count":1},{"name":"Sugih Jamin","email":"sugihjamin","login":"sugihjamin","count":1},{"name":"SzudemJ","email":"43202090+SzudemJ","login":"SzudemJ","count":1},{"name":"Taiki Endo","email":"te316e89@gmail.com","login":"taiki-e","count":1},{"name":"chris","email":"82700108+DerFnoeh","login":"DerFnoeh","count":1},{"name":"kkocdko","email":"31189892+kkocdko","login":"kkocdko","count":1},{"name":"lee suk-jae","email":"freelsj0@gmail.com","login":"sukjaelee","count":1},{"name":"minghuaw","email":"michael.wu1107@gmail.com","login":"minghuaw","count":1},{"name":"mohad12211","email":"51754973+mohad12211","login":"mohad12211","count":1},{"name":"nectarine","email":"fredcook789@protonmail.com","login":"cook-f","count":1},{"name":"next-n","email":"107437559+next-n","login":"next-n","count":1},{"name":"null","email":"56720445+lvillis","login":"lvillis","count":1},{"name":"ohaddahan","email":"ohaddahan@gmail.com","login":"ohaddahan","count":1},{"name":"othelot","email":"othelot18@gmail.com","login":"othelot","count":1},{"name":"patelshudhanshu1999-maker","email":"patel.shudhanshu1999@gmail.com","login":"patelshudhanshu1999-maker","count":1},{"name":"redforks","email":"redforks@gmail.com","login":"redforks","count":1},{"name":"richard","email":"jonesrichardalan@gmail.com","login":"richardalanjones","count":1},{"name":"sharkspear94","email":"60586565+sharkspear94","login":"sharkspear94","count":1},{"name":"shonya3","email":"79873939+shonya3","login":"shonya3","count":1},{"name":"simonborje","email":"simonborje@gmail.com","login":"simonborje","count":1},{"name":"sjud","email":"64875465+sjud","login":"sjud","count":1},{"name":"songww","email":"sww4718168@163.com","login":"songww","count":1},{"name":"sontixyou","email":"angelbeatsviolin@gmail.com","login":"sontixyou","count":1},{"name":"src_resources","email":"2023002089@link.tyut.edu.cn","login":"srcres258","count":1},{"name":"techno-tanoC","email":"develop.tanoc@gmail.com","login":"techno-tanoC","count":1},{"name":"tison","email":"wander4096@gmail.com","login":"tisonkun","count":1},{"name":"tuhana","email":"github@tuhana.me","login":"catuhana","count":1},{"name":"walfie","email":"walfington@gmail.com","login":"walfie","count":1},{"name":"yjh","email":"yjh465402634@gmail.com","login":"yjhmelody","count":1},{"name":"z-o-n-n-e","email":"139063539+z-o-n-n-e","login":"z-o-n-n-e","count":1},{"name":"藍+85CD","email":"50108258+kwaa","login":"kwaa","count":1},{"name":"Taylor Everding","email":"taylor1791","login":"taylor1791","count":1},{"name":"chenlunfu","email":"948547440@qq.com","login":"chelunfu","count":1},{"name":"Théodore Prévot","email":"prevottheodore@gmail.com","login":"Totodore","count":1},{"name":"chuckberrypi","email":"d.f.stearns@gmail.com","login":"chuckberrypi","count":1},{"name":"co63oc","email":"co63oc","login":"co63oc","count":1},{"name":"creativcoder","email":"5155745+creativcoder","login":"creativcoder","count":1},{"name":"cui","email":"cuiweixie@gmail.com","login":"cuiweixie","count":1},{"name":"dakai-chen","email":"dakai.chen@outlook.com","login":"dakai-chen","count":1},{"name":"danielvschoor","email":"43602193+danielvschoor","login":"danielvschoor","count":1},{"name":"drbh","email":"david.richard.holtz@gmail.com","login":"drbh","count":1},{"name":"freedit-dev","email":"107944572+freedit-dev","login":"freedit-dev","count":1},{"name":"fritzchr","email":"62554482+fritzchr","login":"fritzchr","count":1},{"name":"frobiac","email":"frobiac@gmail.com","login":"frobiac","count":1},{"name":"future-highway","email":"113635015+future-highway","login":"future-highway","count":1},{"name":"gongzhengyang","email":"37296993+gongzhengyang","login":"gongzhengyang","count":1},{"name":"harry007","email":"harry2343@outlook.com","login":"harry0349","count":1},{"name":"heliumbrain","email":"nils@kanevad.se","login":"heliumbrain","count":1},{"name":"holmofy","email":"hff1996723@163.com","login":"holmofy","count":1},{"name":"htrefil","email":"8711792+htrefil","login":"htrefil","count":1},{"name":"jachii","email":"70832612+dobecad","login":"dobecad","count":1},{"name":"jamesqh","email":"18192979+jamesqh","login":"jamesqh","count":1},{"name":"janos-r","email":"30606201+janos-r","login":"janos-r","count":1},{"name":"jasper","email":"jaspervdwerf@gmail.com","login":"jvdwrf","count":1},{"name":"jimmycuadra","email":"jimmycuadra","login":"jimmycuadra","count":1},{"name":"jord\u0026","email":"jordan@doyle.la","login":"w4","count":1},{"name":"joshuacaffey","email":"jcaffey@gmail.com","login":"jcaffey","count":1},{"name":"Keir Lawson","email":"keirlawson@gmail.com","login":"keirlawson","count":1},{"name":"Keita Nonaka","email":"iKonnyaku40@gmail.com","login":"Gumichocopengin8","count":1},{"name":"Kenny Lau","email":"72945813+lauk20","login":"lauk20","count":1},{"name":"Kirill Zaborsky","email":"qrilka@gmail.com","login":"qrilka","count":1},{"name":"Kirk Paradis","email":"77372584+parK-dev","login":"parK-dev","count":1},{"name":"Konstantin Keller","email":"30801340+koskeller","login":"koskeller","count":1},{"name":"Olaf Alders","email":"olaf@wundersolutions.com","login":"oalders","count":1},{"name":"Kosta","email":"theoneandonlykosta@gmail.com","login":"kosta","count":1},{"name":"Kristopher Wuollett","email":"kristopher.wuollett@gmail.com","login":"kriswuollett","count":1},{"name":"Kyle Nweeia","email":"kyle.nweeia@gmail.com","login":"kyle-nweeia","count":1},{"name":"Lainera","email":"20408456+Lainera","login":"Lainera","count":1},{"name":"Laurențiu Nicola","email":"lnicola","login":"lnicola","count":1},{"name":"Lena","email":"adrianoribatti@gmail.com","login":"adryzz","count":1},{"name":"Lennart Melzer","email":"l@melzer.it","login":"lennart","count":1},{"name":"Lewin Probst, M.Sc.","email":"30552361+emirror-de","login":"emirror-de","count":1},{"name":"Lex Cao","email":"lexcao@foxmail.com","login":"lexcao","count":1},{"name":"LingDu","email":"42494223+lingdu1234","login":"lingdu1234","count":1},{"name":"Liss Heidrich","email":"31625940+Clueliss","login":"Clueliss","count":1},{"name":"Logan B. Nielsen","email":"46356881+loganbnielsen","login":"loganbnielsen","count":1},{"name":"Logan Keenan","email":"d.logankeenan@gmail.com","login":"logankeenan","count":1},{"name":"Lopez Benjamin","email":"benjamin-lopez@hotmail.fr","login":"scotow","count":1},{"name":"Lorenz Leutgeb","email":"542154+lorenzleutgeb","login":"lorenzleutgeb","count":1},{"name":"Lorenzo Murarotto","email":"lnzmrr@gmail.com","login":"murar8","count":1},{"name":"Luca Barbato","email":"luca.barbato@gmail.com","login":"lu-zero","count":1},{"name":"Lukas Bergdoll","email":"lukas.bergdoll@gmail.com","login":"Voultapher","count":1},{"name":"Lukas Kalkhoran","email":"lukasersej@gmail.com","login":"dkbay","count":1},{"name":"Lukas Potthast","email":"privat@lukas-potthast.de","login":"lpotthast","count":1},{"name":"Hugh Mandalidis","email":"mandalidis.hugh@gmail.com","login":"ThanePatrol","count":1},{"name":"Hugo","email":"hugo@whynothugo.nl","login":"WhyNotHugo","count":1},{"name":"Hydrogen602","email":"hydrogen31415@gmail.com","login":"hydrogen602","count":1},{"name":"Hytak","email":"lhc.holten@gmail.com","login":"LHolten","count":1},{"name":"Ian Alexander Wood","email":"ianalexanderwood@gmail.com","login":"i0n","count":1},{"name":"Ian Purton","email":"36966+ianpurton","login":"ianpurton","count":1},{"name":"19年梦醒","email":"3949379+getong","login":"getong","count":1},{"name":"Ingvar Stepanyan","email":"me@rreverser.com","login":"RReverser","count":1},{"name":"Ivan Krivosheev","email":"py.krivosheev@gmail.com","login":"ikrivosheev","count":1},{"name":"Ivan Tham","email":"pickfire@riseup.net","login":"pickfire","count":1},{"name":"J","email":"124119483+escwxyz","login":"escwxyz","count":1},{"name":"Jake","email":"me@jh.gg","login":"jhgg","count":1},{"name":"Jas","email":"jas@bertovic.net","login":"jbertovic","count":1},{"name":"Javier Viola","email":"pepoviola@gmail.com","login":"pepoviola","count":1},{"name":"Jesper Josefsson","email":"jesper.josefsson@gmail.com","login":"jesjos","count":1},{"name":"Joel Parker Henderson","email":"joel@joelparkerhenderson.com","login":"joelparkerhenderson","count":1},{"name":"Johann Birnick","email":"6528009+jbirnick","login":"jbirnick","count":1},{"name":"Johannes Henninger","email":"197274+jhenninger","login":"jhenninger","count":1},{"name":"John Downey","email":"jdowney@gmail.com","login":"jtdowney","count":1},{"name":"John Teske","email":"john.teske@protonmail.com","login":"johnteske","count":1},{"name":"Jordan Gould","email":"jordangould@gmail.com","login":"jgould22","count":1},{"name":"Josh Rotenberg","email":"joshrotenberg@gmail.com","login":"joshrotenberg","count":1},{"name":"Joshua Chapman","email":"joshua.chapman@joshuachp.dev","login":"joshuachp","count":1},{"name":"Jules Guesnon","email":"36401048+JulesGuesnon","login":"JulesGuesnon","count":1},{"name":"Julián Montes de Oca","email":"julian@wyeworks.com","login":"joulei","count":1},{"name":"Kamil Rojewski","email":"kamil.rojewski@gmail.com","login":"krojew","count":1},{"name":"Nia","email":"7388349+conways-glider","login":"conways-glider","count":1},{"name":"Nick Price","email":"nick@spun.io","login":"DominoTree","count":1},{"name":"NicolaLS","email":"90551797+NicolaLS","login":"NicolaLS","count":1},{"name":"Nicolas del Valle","email":"nicolas.delvalle@gmail.com","login":"ndelvalle","count":1},{"name":"Mark Tuddenham","email":"mark@tudders.com","login":"MarkTuddenham","count":1},{"name":"Orhun Parmaksız","email":"orhunparmaksiz@gmail.com","login":"orhun","count":1},{"name":"Oskar","email":"medzik@duck.com","login":"M3DZIK","count":1},{"name":"PGIII","email":"Preston.garrison3@gmail.com","login":"PGIII","count":1},{"name":"PatatasDelPapa","email":"43626645+PatatasDelPapa","login":"PatatasDelPapa","count":1},{"name":"Patrick","email":"patrickgu9@gmail.com","login":"patrick-gu","count":1},{"name":"Patrik Lundin","email":"patrik@sigterm.se","login":"eest","count":1},{"name":"Paul Butler","email":"paulgb@gmail.com","login":"paulgb","count":1},{"name":"Pavel Borzenkov","email":"pavel@borzenkov.net","login":"pborzenkov","count":1},{"name":"Pure White","email":"wu.purewhite@gmail.com","login":"PureWhiteWu","count":1},{"name":"QP Hou","email":"dave2008713@gmail.com","login":"houqp","count":1},{"name":"Rakshith Ravi","email":"rakshith.ravi@gmx.com","login":"rakshith-ravi","count":1},{"name":"Raphael Nestler","email":"raphael.nestler@gmail.com","login":"rnestler","count":1},{"name":"Rdbo","email":"57117082+rdbo","login":"rdbo","count":1},{"name":"Richard Janis Goldschmidt","email":"github@aberrat.io","login":"SuperFluffy","count":1},{"name":"Rik Huijzer","email":"rik.huijzer+github@gmail.com","login":"rikhuijzer","count":1},{"name":"Robin Stocker","email":"robin.stocker@gmail.com","login":"robinst","count":1},{"name":"Rohan Jain","email":"343499+crodjer","login":"crodjer","count":1},{"name":"Roman Zaynetdinov","email":"roman@zaynetro.com","login":"zaynetro","count":1},{"name":"Ryan Fowler","email":"ryan.fowler19@gmail.com","login":"ryanfowler","count":1},{"name":"Rylee George","email":"ryleegeorge1@gmail.com","login":"112RG","count":1},{"name":"SEKUN","email":"sekun@hey.com","login":"sekunho","count":1},{"name":"jtroo","email":"j.andreitabs@gmail.com","login":"jtroo","count":1},{"name":"Kartavya Vashishtha","email":"sendtokartavya@gmail.com","login":"kartva","count":1},{"name":"Mahdi","email":"mahdi.robatipoor@gmail.com","login":"robatipoor","count":1},{"name":"Manuel Tumiati","email":"36959970+iltumio","login":"iltumio","count":1},{"name":"Mape","email":"45532081+markussilvan","login":"markussilvan","count":1},{"name":"Marco Di Pillo Tomic","email":"marcodpt@protonmail.com","login":"marcodpt","count":1},{"name":"Marco Inacio","email":"m@marcoinacio.com","login":"randommm","count":1},{"name":"Marek Barvíř","email":"barvirm@gmail.com","login":"barvirm","count":1},{"name":"Mario Kaufmann","email":"mario.kaufmann@bluemail.ch","login":"mariokaufmann","count":1},{"name":"Konstantin Kostiuk","email":"settydark@gmail.com","login":"SET001","count":1},{"name":"Martin Trigaux","email":"mat@odoo.com","login":"mart-e","count":1},{"name":"Mateo Lafalce","email":"mateolafalce3@gmail.com","login":"mateolafalce","count":1},{"name":"Mateusz Kieblesz","email":"mkieblesz","login":"mkieblesz","count":1},{"name":"Matt Fellenz","email":"matt@felle.nz","login":"mattfbacon","count":1},{"name":"Matteo Joliveau","email":"matteo@matteojoliveau.com","login":"MatteoJoliveau","count":1},{"name":"Mattia Penati","email":"145555+mattiapenati","login":"mattiapenati","count":1},{"name":"Max","email":"maxdev@posteo.de","login":"Maaxxs","count":1},{"name":"Max Bruckner","email":"max@maxbruckner.de","login":"FSMaxB","count":1},{"name":"Mehul Arora","email":"65443164+infiniteregrets","login":"infiniteregrets","count":1},{"name":"Michael Grigoryan","email":"56165400+michaelgrigoryan25","login":"michaelgrigoryan25","count":1},{"name":"Michael Scofield","email":"mscofield0@tutanota.com","login":"mscofield0","count":1},{"name":"Michael Seele","email":"mseele@gmail.com","login":"mseele","count":1},{"name":"Mike Miller","email":"67834536+firedupmike","login":"firedupmike","count":1},{"name":"Mobin Mohanan","email":"47410557+tr1sm0s1n","login":"tr1sm0s1n","count":1},{"name":"Mohamed Eliwa","email":"32942508+mohamedeliwa","login":"mohamedeliwa","count":1},{"name":"Mohammed Alotaibi","email":"a@4rs.nl","login":"TheAwiteb","count":1},{"name":"Moises-Herradon-Cueto","email":"117910553+Moises-Herradon-Cueto","login":"Moises-Herradon-Cueto","count":1},{"name":"Nahua","email":"kangnahua@gmail.com","login":"nahuakang","count":1}],"past_year_committers":[{"name":"tottoto","email":"tottotodev@gmail.com","login":"tottoto","count":63},{"name":"Jonas Platte","email":"jplatte+git@posteo.de","login":"jplatte","count":47},{"name":"Yann Simon","email":"yann.simon@commercetools.com","login":"yanns","count":16},{"name":"David Mládek","email":"david.mladek.cz@gmail.com","login":"mladedav","count":14},{"name":"Theodore Bjernhed","email":"153222593+theodorebje","login":"theodorebje","count":8},{"name":"Glen De Cauwsemaecker","email":"contact@glendc.com","login":"GlenDC","count":7},{"name":"Gábor Szabó","email":"gabor@szabgab.com","login":"szabgab","count":6},{"name":"David Pedersen","email":"david.pdrsn@gmail.com","login":"davidpdrsn","count":5},{"name":"Brad Dunbar","email":"dunbarb2@gmail.com","login":"braddunbar","count":4},{"name":"Canmi","email":"9997200@qq.com","login":"canmi21","count":4},{"name":"Dihan Nahdi","email":"90670352+dihannahdi","login":"dihannahdi","count":4},{"name":"Antoine Vandecreme","email":"avandecreme","login":"avandecreme","count":3},{"name":"Mohamed Macow","email":"58916277+darth-raijin","login":"darth-raijin","count":3},{"name":"Niclas Klugmann","email":"niclas@klugmann.de","login":"2ndDerivative","count":3},{"name":"xumaple","email":"45406854+xumaple","login":"xumaple","count":2},{"name":"reivilibre","email":"olivier@librepush.net","login":"reivilibre","count":2},{"name":"kaze","email":"zsoltkormany@gmail.com","login":"kaze","count":2},{"name":"Tomaz Canabrava","email":"tcanabrava@kde.org","login":"tcanabrava","count":2},{"name":"zeon","email":"96481337+zeonzip","login":"zeonzip","count":2},{"name":"吴杨帆","email":"39647285+leno23","login":"leno23","count":2},{"name":"Joel Uckelman","email":"uckelman@nomic.net","login":"uckelman","count":2},{"name":"Jan Runge","email":"janrunx@gmail.com","login":"janxyz","count":2},{"name":"Sindri Pétur Ingimundarson","email":"sindripetur@gmail.com","login":"sindrip","count":2},{"name":"Sabrina Jewson","email":"sejewson@gmail.com","login":"SabrinaJewson","count":2},{"name":"Poliorcetics","email":"poliorcetics","login":"poliorcetics","count":2},{"name":"Paul Mattern","email":"75864135+pemattern","login":"pemattern","count":2},{"name":"Mathieu","email":"109525460+4Mathleu","login":"4Mathleu","count":2},{"name":"Lyra Naeseth","email":"lyra@naeseth.com","login":"silverlyra","count":2},{"name":"Loic Hausammann","email":"loikki","login":"loikki","count":2},{"name":"Lethe Lee","email":"87625844+Lethe10137","login":"Lethe10137","count":2},{"name":"Jan","email":"59206115+Threated","login":"Threated","count":2},{"name":"Jake McGinty","email":"me@jakebot.org","login":"mcginty","count":2},{"name":"Italo Maia","email":"italo.maia@gmail.com","login":"italomaia","count":2},{"name":"Fredrik Park","email":"sir.sedrik@gmail.com","login":"sedrik","count":2},{"name":"Dmitry Marakasov","email":"474217+AMDmi3","login":"AMDmi3","count":2},{"name":"Daniel","email":"daniel.schneider@eramux.com","login":"dnlsndr","count":2},{"name":"Consoli","email":"matheus.consoli7@gmail.com","login":"matheus-consoli","count":2},{"name":"Asger Hautop Drewsen","email":"asger@tyilo.com","login":"tyilo","count":2},{"name":"Antonio Souza","email":"arfs.antonio@gmail.com","login":"arferreira","count":2},{"name":"Andrii Mishkovskyi","email":"548482+mishok13","login":"mishok13","count":2},{"name":"Andrea Bozzo","email":"andreabozzo92@gmail.com","login":"AndreaBozzo","count":2},{"name":"Alice Ryhl","email":"aliceryhl@google.com","login":"Darksonn","count":2},{"name":"Alejandro González","email":"7822554+AlexTMjugador","login":"AlexTMjugador","count":2},{"name":"3moredays","email":"azureqaq@gmail.com","login":"azureqaq","count":2},{"name":"Søren Løvborg","email":"kwi@kwi.dk","login":"kwi-dk","count":2},{"name":"Haiqal","email":"haiqalaly@gmail.com","login":null,"count":1},{"name":"shonya3","email":"79873939+shonya3","login":"shonya3","count":1},{"name":"patelshudhanshu1999-maker","email":"patel.shudhanshu1999@gmail.com","login":"patelshudhanshu1999-maker","count":1},{"name":"othelot","email":"othelot18@gmail.com","login":"othelot","count":1},{"name":"next-n","email":"107437559+next-n","login":"next-n","count":1},{"name":"lee suk-jae","email":"freelsj0@gmail.com","login":"sukjaelee","count":1},{"name":"fritzchr","email":"62554482+fritzchr","login":"fritzchr","count":1},{"name":"cui","email":"cuiweixie@gmail.com","login":"cuiweixie","count":1},{"name":"chenlunfu","email":"948547440@qq.com","login":"chelunfu","count":1},{"name":"baerwang","email":"baerwangx@gmail.com","login":"baerwang","count":1},{"name":"aiqubits","email":"35585232+aiqubits","login":"aiqubits","count":1},{"name":"Zelys","email":"zelys@dfkhelper.com","login":"Zelys-DFKH","count":1},{"name":"Sheroz","email":"25744927+sheroz","login":"sheroz","count":1},{"name":"Pavel Borzenkov","email":"pavel@borzenkov.net","login":"pborzenkov","count":1},{"name":"Patrik Lundin","email":"patrik@sigterm.se","login":"eest","count":1},{"name":"Paolo Barbolini","email":"paolo.barbolini@m4ss.net","login":"paolobarbolini","count":1},{"name":"Nano","email":"nanoqsh@gmail.com","login":"nanoqsh","count":1},{"name":"Mattia Penati","email":"145555+mattiapenati","login":"mattiapenati","count":1},{"name":"Martin Trigaux","email":"mat@odoo.com","login":"mart-e","count":1},{"name":"Lukas Bergdoll","email":"lukas.bergdoll@gmail.com","login":"Voultapher","count":1},{"name":"Lorenz Leutgeb","email":"542154+lorenzleutgeb","login":"lorenzleutgeb","count":1},{"name":"Lewin Probst, M.Sc.","email":"30552361+emirror-de","login":"emirror-de","count":1},{"name":"Kyle Nweeia","email":"kyle.nweeia@gmail.com","login":"kyle-nweeia","count":1},{"name":"Kenny Lau","email":"72945813+lauk20","login":"lauk20","count":1},{"name":"K-tecchan","email":"67850755+K-tecchan","login":"K-tecchan","count":1},{"name":"Julián Montes de Oca","email":"julian@wyeworks.com","login":"joulei","count":1},{"name":"Joshua Mo","email":"102877324+joshua-mo-143","login":"joshua-mo-143","count":1},{"name":"Josh Rotenberg","email":"joshrotenberg@gmail.com","login":"joshrotenberg","count":1},{"name":"Joey de Waal","email":"99046430+joeydewaal","login":"joeydewaal","count":1},{"name":"Ivan Tham","email":"pickfire@riseup.net","login":"pickfire","count":1},{"name":"Dominique Martinet","email":"asmadeus@codewreck.org","login":"martinetd","count":1},{"name":"Arthur","email":"arthur.Dewitte@gmail.com","login":"Arthurdw","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-18T00:00:12.307Z","repositories_count":6236375,"commits_count":885017806,"contributors_count":34917878,"owners_count":1154538,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"tokio-rs/axum","html_url":"https://github.com/tokio-rs/axum","last_synced_at":"2026-05-17T11:00:32.051Z","status":null,"issues_count":401,"pull_requests_count":1016,"avg_time_to_close_issue":3048828.229452055,"avg_time_to_close_pull_request":1858579.635150167,"issues_closed_count":292,"pull_requests_closed_count":899,"pull_request_authors_count":287,"issue_authors_count":334,"avg_comments_per_issue":2.920199501246883,"avg_comments_per_pull_request":1.5905511811023623,"merged_pull_requests_count":756,"bot_issues_count":0,"bot_pull_requests_count":7,"past_year_issues_count":27,"past_year_pull_requests_count":114,"past_year_avg_time_to_close_issue":1241690.4285714286,"past_year_avg_time_to_close_pull_request":611669.6233766234,"past_year_issues_closed_count":14,"past_year_pull_requests_closed_count":77,"past_year_pull_request_authors_count":46,"past_year_issue_authors_count":27,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.368421052631579,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":61,"created_at":"2023-05-11T22:35:42.639Z","updated_at":"2026-05-17T11:00:32.052Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokio-rs%2Faxum/issues","issue_labels_count":{"table":{"A-axum":45,"C-feature-request":19,"C-bug":19,"E-help-wanted":18,"E-easy":17,"A-axum-extra":13,"A-axum-core":10,"E-hard":9,"T-docs":8,"A-axum-macros":8,"C-musings":7,"I-needs-decision":6,"S-blocked":6,"E-medium":6,"breaking change":4,"C-enhancement":3,"C-performance":3,"T-release":1,"A-examples":1,"C-cleanup":1,"S-waiting-on-author":1}},"pull_request_labels_count":{"table":{"A-axum":32,"breaking change":28,"A-axum-extra":24,"A-axum-core":16,"T-release":15,"A-axum-macros":8,"T-docs":8,"dependencies":7,"C-cleanup":7,"rust":6,"A-examples":5,"C-enhancement":5,"T-ecosystem":5,"I-needs-decision":3,"S-waiting-for-review":2,"S-waiting-on-author":1,"S-blocked":1}},"issue_author_associations_count":{"table":{"NONE":308,"CONTRIBUTOR":50,"MEMBER":37,"COLLABORATOR":6}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":383,"MEMBER":266,"NONE":239,"COLLABORATOR":127,"OWNER":1}},"issue_authors":{"table":{"davidpdrsn":18,"jplatte":17,"mladedav":5,"baoyachi":3,"szabgab":3,"frederikhors":3,"FlyinPancake":2,"jeremychone":2,"silent-rain":2,"jbethune":2,"ruizdiazever":2,"teohhanhui":2,"jonassmedegaard":2,"hongquan":2,"Altair-Bueno":2,"2ndDerivative":2,"jbirnick":2,"bengsparks":2,"yanns":2,"dayvejones":2,"nsunderland1":2,"maxwell8888":2,"fs-99":2,"Clueliss":2,"kriswuollett":2,"SabrinaJewson":2,"Diggsey":2,"carllerche":2,"ProgramCrafter":2,"w-flo":2,"thebetterjort":1,"giarc3":1,"kingofdreams777":1,"sganis":1,"gy0801151351":1,"JosephLenton":1,"pheonixfirewingz":1,"uckelman":1,"PrethamMuthappa":1,"CosmicHorrorDev":1,"kobe2000":1,"HunterGitHub":1,"Triment":1,"joem-g20":1,"veryitman":1,"zleyyij":1,"cuidong008":1,"spencerkohan":1,"mlodato517":1,"opeolluwa":1,"ouvaa":1,"mikhailantoshkin":1,"wkordalski":1,"AlyoshaVasilieva":1,"clauverjat":1,"tomjakubowski":1,"bcheidemann":1,"athxx":1,"mulingya":1,"wqy2dev":1,"maxcountryman":1,"tisonkun":1,"vszakd":1,"frenetisch-applaudierend":1,"jasonaowen":1,"jwodder":1,"LHolten":1,"einsli":1,"hydrogen602":1,"josecelano":1,"UndeRus":1,"nicolaspernoud":1,"kckeiks":1,"StarSapien":1,"ldanilek":1,"Natureshadow":1,"sassman":1,"mattfbacon":1,"jiajun-c":1,"GlenDC":1,"sebadob":1,"belovaf":1,"1415230492":1,"zeonzip":1,"MOZGIII":1,"barskern":1,"dgagn":1,"hronro":1,"linrium":1,"K4rakara":1,"maojinhua":1,"tasn":1,"justhaug":1,"cdhowie":1,"jsoneaday":1,"Pure-Peace":1,"Kinrany":1,"horacimacias":1,"sulami":1,"joeydewaal":1,"reivilibre":1,"paeifbnaeufbpae":1,"hamirmahal":1,"eest":1,"maxburke":1,"IanQS":1,"RedKinda":1,"theodorebje":1,"ikey4u":1,"Swatinem":1,"coolreader18":1,"rben01":1,"dullbananas":1,"AsimmHirani":1,"druide":1,"sumit-modak":1,"leonardoarcari":1,"bonedaddy":1,"JonnyJiang123":1,"DaliborTrampota":1,"qrilka":1,"azzamsa":1,"programlife555":1,"markgoddard":1,"goodjius":1,"cloud303-cholden":1,"agersant":1,"andrewbanchich":1,"apps4uco":1,"pplanel":1,"lorenzleutgeb":1,"ThibSrb":1,"PuercoPop":1,"kapteinstein":1,"dfaust":1,"PlamenHristov":1,"jorendorff":1,"liutaon":1,"RReverser":1,"incker":1,"philippgl":1,"TownCube":1,"yu-re-ka":1,"Patrick-Lehner-Woven-by-Toyota":1,"omer9564":1,"harshRn":1,"markgomez":1,"aleksanderkrauze":1,"Tomperez98":1,"and-reas-se":1,"qknight":1,"nipunn1313":1,"biluohc":1,"Palladinium":1,"IlliaJoker":1,"zkrzyzanowski":1,"raphael1233333":1,"theduke":1,"thedtvn":1,"barlog-m":1,"jonirrings":1,"vnghia":1,"selfhoster1312":1,"intfish123":1,"vi":1,"799189288":1,"samuela":1,"gerardcl":1,"ghashy":1,"zacknewman":1,"Pranoy1c":1,"juddbaguio":1,"yuki0418":1,"MidasLamb":1,"chris13524":1,"Imdad-Rind":1,"casey":1,"mcatanzariti":1,"ConsoleC137":1,"Quied":1,"artshell":1,"slatian":1,"ttys3":1,"JonathanWoollett-Light":1,"christian3042":1,"zhouquan2016":1,"zlfn":1,"liebkne":1,"YuzhongHuangCS":1,"dulguun0225":1,"toplinuxsir":1,"DAMEK86":1,"tobx":1,"NiiightmareXD":1,"tonywu6":1,"cyccro":1,"BenJeau":1,"avalon1610":1,"a-0-dev":1,"rcarrata":1,"hamracekk":1,"gnieto":1,"eipi1":1,"rbtcollins":1,"ikrivosheev":1,"elantion":1,"BaderBC":1,"clarkmcc":1,"Alphapage":1,"sandangel":1,"ashish01":1,"lasiotus":1,"Benbellah-Owino":1,"aalowlevel":1,"blackcats1999":1,"taladar":1,"Havunen":1,"uygunbodur":1,"Hmikihiro":1,"mortifia":1,"avandecreme":1,"moh-eulith":1,"auguwu":1,"SZenglein":1,"lcmgh":1,"0xJepsen":1,"joebnb":1,"dwalker109":1,"hhamud":1,"deep-gaurav":1,"alekspickle":1,"tony707":1,"zhangwuqiao":1,"amitnos123":1,"zylthinking":1,"lijingrs":1,"AlphaKeks":1,"rustrust":1,"barvirm":1,"shenghui0779":1,"akhiln28":1,"To-be-w1th0ut":1,"arlyon":1,"mahmudsudo":1,"LMH01":1,"tetsuyainfra":1,"vallezw":1,"msdrigg":1,"TheAwiteb":1,"Bryson14":1,"birkmose":1,"samuelcolvin":1,"dupeiran001":1,"arkxfly":1,"erlangparasu":1,"oxalica":1,"baby195lxl":1,"gpoblon":1,"dcormier":1,"dvreed77":1,"mateocabanal":1,"MatteoJoliveau":1,"DMaxter":1,"xb284524239":1,"tgross35":1,"lennart":1,"harryzcy":1,"race-of-sloths":1,"simline":1,"justeff":1,"alistaircarscadden":1,"aimericsr":1,"dnlsndr":1,"nikmas-dev":1,"gyzerok":1,"dsgibbons":1,"DavidAChris":1,"jmg-duarte":1,"Turbo87":1,"goffrie":1,"mrgzi":1,"CaliViking":1,"ibraheemdev":1,"bbstilson":1,"milen-denev":1,"youginil":1,"PonasKovas":1,"lolbinarycat":1,"xtexx":1,"baskerbyte":1,"GavBog":1,"rikonaka":1,"prehonor":1,"syphar":1,"mcclure":1,"rukai":1,"Tahinli":1,"chanmaoganda":1,"nanoqsh":1,"ValentinColin":1,"demhadais":1,"ndouglas":1,"Threated":1,"mqudsi":1,"fuji-184":1,"golu7679":1,"mineichen":1,"ShuochengWang":1,"kkocdko":1,"vsuryamurthy":1,"dzmitry-lahoda":1,"jayhale":1,"junderw":1,"cemoktra":1,"MolotovCherry":1,"amokfa":1,"Cloud33":1,"Enselic":1,"freedit-dev":1,"JasonGH17":1,"K-tecchan":1,"gpluscb":1,"dawid-nowak":1,"udoprog":1,"Sherlock-Holo":1,"Ludea":1,"jifalops":1,"iamazy":1,"Adam-Alj":1,"physics515":1,"SimpleApp":1,"0xpr03":1,"marcoNjoHarmonic":1,"peddermaster2":1}},"pull_request_authors":{"table":{"jplatte":166,"davidpdrsn":98,"mladedav":64,"Turbo87":54,"tottoto":29,"yanns":25,"SabrinaJewson":18,"szabgab":16,"theodorebje":12,"Hmikihiro":8,"dependabot[bot]":7,"joeydewaal":7,"Lachstec":6,"bengsparks":6,"GlenDC":6,"hi-rustin":6,"Enselic":5,"2ndDerivative":5,"svix-jplatte":5,"YanHeDoki":4,"coolreader18":4,"hatchan":4,"AlphaKeks":4,"dayvejones":4,"drbh":4,"vsuryamurthy":4,"tisonkun":4,"afifurrohman-id":4,"bittrance":4,"JosephLenton":4,"zleyyij":4,"daalfox":4,"NiiightmareXD":3,"kyle-nweeia":3,"Voultapher":3,"ItsEthra":3,"alexheretic":3,"getong":3,"takkuumi":3,"kriswuollett":3,"loganbnielsen":3,"ttys3":3,"deid84":3,"pickfire":3,"uckelman":3,"rsdlt":3,"erebe":3,"SuccinctPaul":2,"arcstur":2,"Sanjar-swe":2,"creativcoder":2,"bouk":2,"nabbisen":2,"harry0349":2,"jamesqh":2,"mateolafalce":2,"weiznich":2,"paolobarbolini":2,"joshua-mo-143":2,"maxcountryman":2,"DSharifi":2,"shikhar":2,"sukjaelee":2,"nicolaiunrein":2,"Silvea12":2,"lonestarx1":2,"jvdwrf":2,"hamirmahal":2,"qrilka":2,"co63oc":2,"tcanabrava":2,"abhiaagarwal":2,"anagno":2,"StevenBlack":2,"TheAwiteb":2,"LMH01":2,"Flamenco":2,"bismitpanda":2,"uduerholz":2,"manifest":2,"waynr":2,"Necoo33":2,"photino":2,"JustusFluegel":2,"DominoTree":2,"conways-glider":2,"chris-windsor":2,"gengteng":2,"Deffendor":2,"K-tecchan":2,"iamsauravsharma":2,"redforks":2,"marcodpt":2,"dalton-oliveira":2,"goffrie":2,"PaulGrandperrin":2,"sontixyou":2,"infiniteregrets":2,"zeonzip":2,"mohamedeliwa":2,"tr1sm0s1n":2,"rikhuijzer":2,"sapati":2,"Laifsyn":2,"mikhailantoshkin":2,"philippgl":2,"DerFnoeh":2,"StratusFearMe21":2,"canmi21":2,"Valerioageno":2,"ixmoyren":2,"hongweipeng":2,"lz1998":2,"yjhmelody":2,"cynecx":2,"j3rrywan9":2,"adryzz":2,"novacrazy":2,"HigherOrderLogic":2,"noxxxxxious":2,"robatipoor":2,"avandecreme":2,"jkylling":2,"gerardcl":2,"notgull":2,"richardalanjones":2,"dihannahdi":2,"holmofy":2,"cpick":2,"kwi-dk":2,"kantuni":2,"Gaelik-git":2,"ohaddahan":2,"DeepSpaceTravel":2,"lvillis":2,"willianricardo":2,"JonathanWoollett-Light":2,"jondot":2,"matze":2,"ikrivosheev":2,"BenJeau":2,"nanoqsh":2,"dakai-chen":2,"myFavShrimp":2,"elichai":2,"fritzchr":2,"janxyz":2,"jusexton":2,"vigith":2,"Threated":2,"StNicolay":2,"duvet86":2,"CrypticError":2,"ChannyClaus":2,"jhgg":2,"oxalica":2,"manuelgdlvh":2,"joshuachp":2,"mcginty":2,"rdbo":2,"htrefil":2,"cbeck88":2,"GarmashAlex":2,"like-a-bause":2,"martinetd":2,"LHolten":2,"taiki-e":2,"bnzone":2,"azureqaq":2,"saukymo":2,"Zarathustra2":2,"Totodore":2,"iltumio":2,"keirlawson":2,"yhx-12243":2,"ThinkerDreamer":2,"nyurik":2,"wkordalski":2,"SantaClaas":2,"srcres258":2,"endoze":2,"NOBLES5E":2,"unixzii":2,"davidv1992":1,"hydrogen602":1,"z-o-n-n-e":1,"frenetisch-applaudierend":1,"markussilvan":1,"belovaf":1,"wowkster":1,"sheroz":1,"Clueliss":1,"Migorithm":1,"lauk20":1,"marlonbaeten":1,"azzamsa":1,"gbaranski":1,"sam-kirby":1,"jbirnick":1,"benediktwerner":1,"0x003e":1,"andrzejSulkowski":1,"wuyumin":1,"BarneyKY":1,"future-highway":1,"Gumichocopengin8":1,"aiqubits":1,"Ludea":1,"vi":1,"danpls":1,"Exotic0015":1,"liamwh":1,"selfhoster1312":1,"atimin":1,"LiamGallagher737":1,"chenhunghan":1,"rakshith-ravi":1,"rnestler":1,"SpeedReach":1,"clowzed":1,"tyilo":1,"koskeller":1,"Calorus":1,"mattfbacon":1,"chelunfu":1,"poliorcetics":1,"gongzhengyang":1,"shonya3":1,"danielkov":1,"lorenzleutgeb":1,"cathaysia":1,"tiaoxizhan":1,"alvra":1,"PGIII":1,"Ptrskay3":1,"stchris":1,"GuroChil":1,"bryanburgers":1,"xumaple":1,"sebosp":1,"GuillerLT":1,"lennart":1,"Emilgardis":1,"escwxyz":1,"robertwayne":1,"oalders":1,"tuhanayim":1,"Kinrany":1,"avalon1610":1,"mohad12211":1,"othelot":1,"SecretPocketCat":1,"tienvu461":1,"mseele":1,"dnlsndr":1,"nectariner":1,"eltociear":1,"yawn":1,"loikki":1,"omer9564":1,"orhun":1,"dobecad":1,"exzachlyvv":1,"saiintbrisson":1,"kands-code":1,"DjebbZ":1,"jbethune":1,"janos-r":1,"slessans":1,"vegardgs-ksat":1,"ghashy":1,"4lkaid":1,"jcaffey":1,"kwaa":1,"krojew":1,"pborzenkov":1,"tu6ge":1,"Abimael10":1,"xxaier":1,"alexander-jackson":1,"reivilibre":1,"erin-desu":1,"bestgopher":1,"sekunho":1,"ledoyen":1,"cyril-marpaud":1,"randommm":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-18T00:00:23.178Z","repositories_count":14635449,"issues_count":34178212,"pull_requests_count":111813685,"authors_count":11265614,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{"A-axum":1,"C-bug":1}},"past_year_pull_request_labels_count":{"table":{"T-ecosystem":5,"A-axum-extra":1,"breaking change":1}},"past_year_issue_author_associations_count":{"table":{"NONE":21,"CONTRIBUTOR":5}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":43,"COLLABORATOR":33,"NONE":30,"MEMBER":8}},"past_year_issue_authors":{"table":{"aleksanderkrauze":1,"amitnos123":1,"avalon1610":1,"avandecreme":1,"barskern":1,"eest":1,"GlenDC":1,"goodjius":1,"K-tecchan":1,"lorenzleutgeb":1,"mcclure":1,"MidasLamb":1,"mqudsi":1,"mulingya":1,"omer9564":1,"Palladinium":1,"pheonixfirewingz":1,"PonasKovas":1,"raphael1233333":1,"SimpleApp":1,"teohhanhui":1,"theodorebje":1,"To-be-w1th0ut":1,"Triment":1,"zeonzip":1,"zylthinking":1}},"past_year_pull_request_authors":{"table":{"tottoto":23,"theodorebje":12,"mladedav":9,"jplatte":6,"GlenDC":6,"pickfire":3,"NiiightmareXD":3,"zeonzip":2,"yanns":2,"unixzii":2,"szabgab":2,"sukjaelee":2,"paolobarbolini":2,"kwi-dk":2,"GarmashAlex":2,"fritzchr":2,"canmi21":2,"avandecreme":2,"dihannahdi":2,"davidpdrsn":2,"SabrinaJewson":1,"sekunho":1,"sheroz":1,"shonya3":1,"cathaysia":1,"Totodore":1,"avalon1610":1,"uckelman":1,"aiqubits":1,"xumaple":1,"Abimael10":1,"2ndDerivative":1,"reivilibre":1,"poliorcetics":1,"chelunfu":1,"pborzenkov":1,"danielkov":1,"othelot":1,"omer9564":1,"lorenzleutgeb":1,"loikki":1,"lauk20":1,"kriswuollett":1,"kands-code":1,"joeydewaal":1,"GuroChil":1}},"maintainers":[{"table":{"login":"jplatte","count":183,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"}},{"table":{"login":"davidpdrsn","count":116,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"}},{"table":{"login":"Turbo87","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Turbo87"}},{"table":{"login":"mladedav","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"}},{"table":{"login":"tottoto","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"}},{"table":{"login":"yanns","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"}},{"table":{"login":"taiki-e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/taiki-e"}},{"table":{"login":"carllerche","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carllerche"}},{"table":{"login":"rcarrata","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rcarrata"}},{"table":{"login":"tienvu461","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tienvu461"}}],"active_maintainers":[{"table":{"login":"tottoto","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tottoto"}},{"table":{"login":"mladedav","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mladedav"}},{"table":{"login":"jplatte","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jplatte"}},{"table":{"login":"davidpdrsn","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"}},{"table":{"login":"yanns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yanns"}}]}},"events":null,"keywords":["http","routing","rust"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/CI.yml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:45.675Z","updated_at":"2023-01-17T09:01:45.675Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/.github/workflows/CI.yml","dependencies":[{"id":6975635859,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6975635862,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"stable","direct":true,"kind":"composite","optional":false},{"id":6975635865,"package_name":"Swatinem/rust-cache","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6975635866,"package_name":"Swatinem/rust-cache","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6975635868,"package_name":"actions-rs/cargo","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6975635870,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6975635872,"package_name":"EmbarkStudios/cargo-deny-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cargo","filepath":"axum/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:45.922Z","updated_at":"2023-01-17T09:01:45.922Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/axum/Cargo.toml","dependencies":[{"id":6975638964,"package_name":"async-trait","ecosystem":"cargo","requirements":"0.1.43","direct":true,"kind":"runtime","optional":false},{"id":6975638968,"package_name":"axum-core","ecosystem":"cargo","requirements":"0.3.1","direct":true,"kind":"runtime","optional":false},{"id":6975638970,"package_name":"bitflags","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975638973,"package_name":"bytes","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975638976,"package_name":"futures-util","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975638978,"package_name":"http","ecosystem":"cargo","requirements":"0.2.5","direct":true,"kind":"runtime","optional":false},{"id":6975638981,"package_name":"http-body","ecosystem":"cargo","requirements":"0.4.4","direct":true,"kind":"runtime","optional":false},{"id":6975638984,"package_name":"hyper","ecosystem":"cargo","requirements":"0.14.14","direct":true,"kind":"runtime","optional":false},{"id":6975638987,"package_name":"itoa","ecosystem":"cargo","requirements":"1.0.1","direct":true,"kind":"runtime","optional":false},{"id":6975638990,"package_name":"matchit","ecosystem":"cargo","requirements":"0.7","direct":true,"kind":"runtime","optional":false},{"id":6975638992,"package_name":"memchr","ecosystem":"cargo","requirements":"2.4.1","direct":true,"kind":"runtime","optional":false},{"id":6975638994,"package_name":"mime","ecosystem":"cargo","requirements":"0.3.16","direct":true,"kind":"runtime","optional":false},{"id":6975638997,"package_name":"percent-encoding","ecosystem":"cargo","requirements":"2.1","direct":true,"kind":"runtime","optional":false},{"id":6975639000,"package_name":"pin-project-lite","ecosystem":"cargo","requirements":"0.2.7","direct":true,"kind":"runtime","optional":false},{"id":6975639004,"package_name":"serde","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975639006,"package_name":"sync_wrapper","ecosystem":"cargo","requirements":"0.1.1","direct":true,"kind":"runtime","optional":false},{"id":6975639008,"package_name":"tower","ecosystem":"cargo","requirements":"0.4.13","direct":true,"kind":"runtime","optional":false},{"id":6975639011,"package_name":"tower-http","ecosystem":"cargo","requirements":"0.3.0","direct":true,"kind":"runtime","optional":false},{"id":6975639014,"package_name":"tower-layer","ecosystem":"cargo","requirements":"0.3.2","direct":true,"kind":"runtime","optional":false},{"id":6975639017,"package_name":"tower-service","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975639020,"package_name":"axum-macros","ecosystem":"cargo","requirements":"0.3.1","direct":true,"kind":"runtime","optional":false},{"id":6975639024,"package_name":"base64","ecosystem":"cargo","requirements":"0.20","direct":true,"kind":"runtime","optional":false},{"id":6975639027,"package_name":"headers","ecosystem":"cargo","requirements":"0.3.7","direct":true,"kind":"runtime","optional":false},{"id":6975639029,"package_name":"multer","ecosystem":"cargo","requirements":"2.0.0","direct":true,"kind":"runtime","optional":false},{"id":6975639033,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975639037,"package_name":"serde_path_to_error","ecosystem":"cargo","requirements":"0.1.8","direct":true,"kind":"runtime","optional":false},{"id":6975639041,"package_name":"serde_urlencoded","ecosystem":"cargo","requirements":"0.7","direct":true,"kind":"runtime","optional":false},{"id":6975639043,"package_name":"sha1","ecosystem":"cargo","requirements":"0.10","direct":true,"kind":"runtime","optional":false},{"id":6975639046,"package_name":"tokio","ecosystem":"cargo","requirements":"1.21","direct":true,"kind":"runtime","optional":false},{"id":6975639050,"package_name":"tokio-tungstenite","ecosystem":"cargo","requirements":"0.18.0","direct":true,"kind":"runtime","optional":false},{"id":6975639054,"package_name":"anyhow","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975639057,"package_name":"axum-macros","ecosystem":"cargo","requirements":"0.3.1","direct":true,"kind":"development","optional":false},{"id":6975639060,"package_name":"futures","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"development","optional":false},{"id":6975639064,"package_name":"quickcheck","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975639066,"package_name":"quickcheck_macros","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975639072,"package_name":"reqwest","ecosystem":"cargo","requirements":"0.11.11","direct":true,"kind":"development","optional":false},{"id":6975639074,"package_name":"serde","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975639077,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975639080,"package_name":"time","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"development","optional":false},{"id":6975639084,"package_name":"tokio","ecosystem":"cargo","requirements":"1.21","direct":true,"kind":"development","optional":false},{"id":6975639086,"package_name":"tokio-stream","ecosystem":"cargo","requirements":"0.1","direct":true,"kind":"development","optional":false},{"id":6975639089,"package_name":"tracing","ecosystem":"cargo","requirements":"0.1","direct":true,"kind":"development","optional":false},{"id":6975639093,"package_name":"uuid","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975639097,"package_name":"tower","ecosystem":"cargo","requirements":"0.4.10","direct":true,"kind":"development","optional":false},{"id":6975639100,"package_name":"tower-http","ecosystem":"cargo","requirements":"0.3.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"axum-core/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:46.129Z","updated_at":"2023-01-17T09:01:46.129Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/axum-core/Cargo.toml","dependencies":[{"id":6975641429,"package_name":"async-trait","ecosystem":"cargo","requirements":"0.1","direct":true,"kind":"runtime","optional":false},{"id":6975641431,"package_name":"bytes","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975641433,"package_name":"futures-util","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975641435,"package_name":"http","ecosystem":"cargo","requirements":"0.2.7","direct":true,"kind":"runtime","optional":false},{"id":6975641436,"package_name":"http-body","ecosystem":"cargo","requirements":"0.4.5","direct":true,"kind":"runtime","optional":false},{"id":6975641437,"package_name":"mime","ecosystem":"cargo","requirements":"0.3.16","direct":true,"kind":"runtime","optional":false},{"id":6975641438,"package_name":"tower-layer","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975641439,"package_name":"tower-service","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975641440,"package_name":"axum","ecosystem":"cargo","requirements":"0.6.0","direct":true,"kind":"development","optional":false},{"id":6975641441,"package_name":"futures-util","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"development","optional":false},{"id":6975641442,"package_name":"hyper","ecosystem":"cargo","requirements":"0.14","direct":true,"kind":"development","optional":false},{"id":6975641443,"package_name":"tokio","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975641444,"package_name":"tower-http","ecosystem":"cargo","requirements":"0.3.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"axum-extra/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:46.351Z","updated_at":"2023-01-17T09:01:46.351Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/axum-extra/Cargo.toml","dependencies":[{"id":6975643860,"package_name":"axum","ecosystem":"cargo","requirements":"0.6.0","direct":true,"kind":"runtime","optional":false},{"id":6975643861,"package_name":"bytes","ecosystem":"cargo","requirements":"1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6975643862,"package_name":"futures-util","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975643863,"package_name":"http","ecosystem":"cargo","requirements":"0.2","direct":true,"kind":"runtime","optional":false},{"id":6975643864,"package_name":"mime","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975643865,"package_name":"pin-project-lite","ecosystem":"cargo","requirements":"0.2","direct":true,"kind":"runtime","optional":false},{"id":6975643866,"package_name":"tokio","ecosystem":"cargo","requirements":"1.19","direct":true,"kind":"runtime","optional":false},{"id":6975643867,"package_name":"tower","ecosystem":"cargo","requirements":"0.4","direct":true,"kind":"runtime","optional":false},{"id":6975643868,"package_name":"tower-http","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975643869,"package_name":"tower-layer","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975643870,"package_name":"tower-service","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975643871,"package_name":"axum-macros","ecosystem":"cargo","requirements":"0.3.1","direct":true,"kind":"runtime","optional":false},{"id":6975643872,"package_name":"cookie","ecosystem":"cargo","requirements":"0.16","direct":true,"kind":"runtime","optional":false},{"id":6975643873,"package_name":"percent-encoding","ecosystem":"cargo","requirements":"2.1","direct":true,"kind":"runtime","optional":false},{"id":6975643874,"package_name":"prost","ecosystem":"cargo","requirements":"0.11","direct":true,"kind":"runtime","optional":false},{"id":6975643875,"package_name":"serde","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975643876,"package_name":"serde_html_form","ecosystem":"cargo","requirements":"0.1","direct":true,"kind":"runtime","optional":false},{"id":6975643877,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0.71","direct":true,"kind":"runtime","optional":false},{"id":6975643878,"package_name":"tokio-stream","ecosystem":"cargo","requirements":"0.1.9","direct":true,"kind":"runtime","optional":false},{"id":6975643879,"package_name":"tokio-util","ecosystem":"cargo","requirements":"0.7","direct":true,"kind":"runtime","optional":false},{"id":6975643880,"package_name":"axum","ecosystem":"cargo","requirements":"0.6.0","direct":true,"kind":"development","optional":false},{"id":6975643881,"package_name":"futures","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"development","optional":false},{"id":6975643882,"package_name":"hyper","ecosystem":"cargo","requirements":"0.14","direct":true,"kind":"development","optional":false},{"id":6975643883,"package_name":"reqwest","ecosystem":"cargo","requirements":"0.11","direct":true,"kind":"development","optional":false},{"id":6975643884,"package_name":"serde","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975643885,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0.71","direct":true,"kind":"development","optional":false},{"id":6975643886,"package_name":"tokio","ecosystem":"cargo","requirements":"1.14","direct":true,"kind":"development","optional":false},{"id":6975643887,"package_name":"tower","ecosystem":"cargo","requirements":"0.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"axum-macros/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:46.519Z","updated_at":"2023-01-17T09:01:46.519Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/axum-macros/Cargo.toml","dependencies":[{"id":6975645090,"package_name":"heck","ecosystem":"cargo","requirements":"0.4","direct":true,"kind":"runtime","optional":false},{"id":6975645091,"package_name":"proc-macro2","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975645092,"package_name":"quote","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975645093,"package_name":"syn","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975645094,"package_name":"axum","ecosystem":"cargo","requirements":"0.6.0","direct":true,"kind":"development","optional":false},{"id":6975645095,"package_name":"axum-extra","ecosystem":"cargo","requirements":"0.4.0","direct":true,"kind":"development","optional":false},{"id":6975645096,"package_name":"rustversion","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975645097,"package_name":"serde","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975645098,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975645099,"package_name":"syn","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975645100,"package_name":"tokio","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"development","optional":false},{"id":6975645101,"package_name":"trybuild","ecosystem":"cargo","requirements":"1.0.63","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"examples/handle-head-request/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:47.014Z","updated_at":"2023-01-17T09:01:47.014Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/handle-head-request/Cargo.toml","dependencies":[{"id":6975651838,"package_name":"tokio","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975651839,"package_name":"hyper","ecosystem":"cargo","requirements":"0.14","direct":true,"kind":"development","optional":false},{"id":6975651840,"package_name":"tower","ecosystem":"cargo","requirements":"0.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"examples/testing/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-01-17T09:01:48.382Z","updated_at":"2023-01-17T09:01:48.382Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/testing/Cargo.toml","dependencies":[{"id":6975670326,"package_name":"hyper","ecosystem":"cargo","requirements":"0.14","direct":true,"kind":"runtime","optional":false},{"id":6975670327,"package_name":"mime","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975670328,"package_name":"serde_json","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975670329,"package_name":"tokio","ecosystem":"cargo","requirements":"1.0","direct":true,"kind":"runtime","optional":false},{"id":6975670330,"package_name":"tower-http","ecosystem":"cargo","requirements":"0.3.0","direct":true,"kind":"runtime","optional":false},{"id":6975670331,"package_name":"tracing","ecosystem":"cargo","requirements":"0.1","direct":true,"kind":"runtime","optional":false},{"id":6975670332,"package_name":"tracing-subscriber","ecosystem":"cargo","requirements":"0.3","direct":true,"kind":"runtime","optional":false},{"id":6975670333,"package_name":"tower","ecosystem":"cargo","requirements":"0.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"cargo","filepath":"Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.459Z","updated_at":"2023-09-27T14:45:45.459Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/anyhow-error-response/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.509Z","updated_at":"2023-09-27T14:45:45.509Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/anyhow-error-response/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/auto-reload/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.519Z","updated_at":"2023-09-27T14:45:45.519Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/auto-reload/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/chat/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.525Z","updated_at":"2023-09-27T14:45:45.525Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/chat/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/consume-body-in-extractor-or-middleware/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.529Z","updated_at":"2023-09-27T14:45:45.529Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/consume-body-in-extractor-or-middleware/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/cors/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.535Z","updated_at":"2023-09-27T14:45:45.535Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/cors/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/customize-extractor-error/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.540Z","updated_at":"2023-09-27T14:45:45.540Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/customize-extractor-error/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/customize-path-rejection/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.545Z","updated_at":"2023-09-27T14:45:45.545Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/customize-path-rejection/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/diesel-async-postgres/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.549Z","updated_at":"2023-09-27T14:45:45.549Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/diesel-async-postgres/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/diesel-postgres/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.554Z","updated_at":"2023-09-27T14:45:45.554Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/diesel-postgres/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/error-handling-and-dependency-injection/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.558Z","updated_at":"2023-09-27T14:45:45.558Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/error-handling-and-dependency-injection/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/form/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.561Z","updated_at":"2023-09-27T14:45:45.561Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/form/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/global-404-handler/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.564Z","updated_at":"2023-09-27T14:45:45.564Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/global-404-handler/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/graceful-shutdown/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.568Z","updated_at":"2023-09-27T14:45:45.568Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/graceful-shutdown/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/hello-world/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.576Z","updated_at":"2023-09-27T14:45:45.576Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/hello-world/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/http-proxy/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.582Z","updated_at":"2023-09-27T14:45:45.582Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/http-proxy/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/hyper-1-0/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.586Z","updated_at":"2023-09-27T14:45:45.586Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/hyper-1-0/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/jwt/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.589Z","updated_at":"2023-09-27T14:45:45.589Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/jwt/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/key-value-store/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.593Z","updated_at":"2023-09-27T14:45:45.593Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/key-value-store/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/listen-multiple-addrs/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.596Z","updated_at":"2023-09-27T14:45:45.596Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/listen-multiple-addrs/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/low-level-openssl/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.601Z","updated_at":"2023-09-27T14:45:45.601Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/low-level-openssl/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/low-level-rustls/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.606Z","updated_at":"2023-09-27T14:45:45.606Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/low-level-rustls/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/multipart-form/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.611Z","updated_at":"2023-09-27T14:45:45.611Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/multipart-form/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/oauth/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.617Z","updated_at":"2023-09-27T14:45:45.617Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/oauth/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/parse-body-based-on-content-type/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.621Z","updated_at":"2023-09-27T14:45:45.621Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/parse-body-based-on-content-type/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/print-request-response/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.625Z","updated_at":"2023-09-27T14:45:45.625Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/print-request-response/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/prometheus-metrics/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.629Z","updated_at":"2023-09-27T14:45:45.629Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/prometheus-metrics/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/query-params-with-empty-strings/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.633Z","updated_at":"2023-09-27T14:45:45.633Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/query-params-with-empty-strings/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/readme/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.636Z","updated_at":"2023-09-27T14:45:45.636Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/readme/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/reqwest-response/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.640Z","updated_at":"2023-09-27T14:45:45.640Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/reqwest-response/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/rest-grpc-multiplex/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.644Z","updated_at":"2023-09-27T14:45:45.644Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/rest-grpc-multiplex/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/reverse-proxy/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.648Z","updated_at":"2023-09-27T14:45:45.648Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/reverse-proxy/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/routes-and-handlers-close-together/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.652Z","updated_at":"2023-09-27T14:45:45.652Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/routes-and-handlers-close-together/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/simple-router-wasm/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.657Z","updated_at":"2023-09-27T14:45:45.657Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/simple-router-wasm/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/sqlx-postgres/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.660Z","updated_at":"2023-09-27T14:45:45.660Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/sqlx-postgres/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/sse/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.678Z","updated_at":"2023-09-27T14:45:45.678Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/sse/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/static-file-server/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.685Z","updated_at":"2023-09-27T14:45:45.685Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/static-file-server/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/stream-to-file/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.693Z","updated_at":"2023-09-27T14:45:45.693Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/stream-to-file/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/templates/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.697Z","updated_at":"2023-09-27T14:45:45.697Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/templates/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/testing-websockets/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.705Z","updated_at":"2023-09-27T14:45:45.705Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/testing-websockets/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/tls-graceful-shutdown/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.711Z","updated_at":"2023-09-27T14:45:45.711Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/tls-graceful-shutdown/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/tls-rustls/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.715Z","updated_at":"2023-09-27T14:45:45.715Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/tls-rustls/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/todos/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.719Z","updated_at":"2023-09-27T14:45:45.719Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/todos/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/tokio-postgres/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.722Z","updated_at":"2023-09-27T14:45:45.722Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/tokio-postgres/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/tracing-aka-logging/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.726Z","updated_at":"2023-09-27T14:45:45.726Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/tracing-aka-logging/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/unix-domain-socket/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.730Z","updated_at":"2023-09-27T14:45:45.730Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/unix-domain-socket/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/validator/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.735Z","updated_at":"2023-09-27T14:45:45.735Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/validator/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/versioning/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.740Z","updated_at":"2023-09-27T14:45:45.740Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/versioning/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"examples/websockets/Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-27T14:45:45.745Z","updated_at":"2023-09-27T14:45:45.745Z","repository_link":"https://github.com/tokio-rs/axum/blob/main/examples/websockets/Cargo.toml","dependencies":[]}],"score":36.78975122891974,"created_at":"2026-05-14T10:13:27.865Z","updated_at":"2026-05-19T12:30:30.493Z","avatar_url":"https://github.com/tokio-rs.png","language":"Rust","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/372675","html_url":"https://summary.ecosyste.ms/projects/372675"}