librust-http-types-dev (2.12.0-3)

2 versions available in kali/kali-last-snapshot/main/i386

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
rust-http-types
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
1.7 kB
Size expected
1.2 MB
Size actual
1.2 MB
Size match

Dependencies

Required package dependencies

  • librust-anyhow-1+default-dev (>= 1.0.26-~~)
  • librust-async-channel-2+default-dev (>= 2.3.1-~~)
  • librust-async-std-1+default-dev (>= 1.6.0-~~)
  • librust-base64-0.22+default-dev
  • librust-cookie-0.18+default-dev
  • librust-cookie-0.18+percent-encode-dev
  • librust-cookie-0.18+secure-dev
  • librust-futures-lite-2+default-dev (>= 2.3.0-~~)
  • librust-http-0.2+default-dev
  • librust-infer-0.19+default-dev
  • librust-pin-project-lite-0.2+default-dev
  • librust-rand-0.8+default-dev (>= 0.8.5-~~)
  • librust-serde-1+default-dev (>= 1.0.106-~~)
  • librust-serde-1+derive-dev (>= 1.0.106-~~)
  • librust-serde-json-1+default-dev (>= 1.0.51-~~)
  • librust-serde-qs-0.13+default-dev
  • librust-serde-urlencoded-0.7+default-dev
  • librust-url-2+default-dev (>= 2.1.1-~~)
  • librust-url-2+serde-dev (>= 2.1.1-~~)

Suggested packages

Recommended additional packages

  • None

Description

Common types for HTTP operations - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD54b1b457f…440b2c39
SHA-1a551cf31…2373ea50
SHA-2568831731f…b70153c9
SHA-512d601230f…eeb0529a

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/http-types-2.12.0
usr/share/cargo/registry/http-types-2.12.0/.cargo-checksum.json
usr/share/cargo/registry/http-types-2.12.0/.cargo_vcs_info.json
usr/share/cargo/registry/http-types-2.12.0/.github
usr/share/cargo/registry/http-types-2.12.0/.github/CODE_OF_CONDUCT.md
usr/share/cargo/registry/http-types-2.12.0/.github/CONTRIBUTING.md
usr/share/cargo/registry/http-types-2.12.0/.github/workflows
usr/share/cargo/registry/http-types-2.12.0/.github/workflows/ci.yaml
usr/share/cargo/registry/http-types-2.12.0/.gitignore
usr/share/cargo/registry/http-types-2.12.0/Cargo.toml
usr/share/cargo/registry/http-types-2.12.0/Cargo.toml.orig
usr/share/cargo/registry/http-types-2.12.0/LICENSE-APACHE
usr/share/cargo/registry/http-types-2.12.0/LICENSE-MIT
usr/share/cargo/registry/http-types-2.12.0/README.md
usr/share/cargo/registry/http-types-2.12.0/build.rs
usr/share/cargo/registry/http-types-2.12.0/debian
usr/share/cargo/registry/http-types-2.12.0/debian/patches
usr/share/cargo/registry/http-types-2.12.0/debian/patches/fix-pinning.patch
usr/share/cargo/registry/http-types-2.12.0/debian/patches/fix-test-error-message.patch
usr/share/cargo/registry/http-types-2.12.0/debian/patches/infer-higher-version-compatibility.patch
usr/share/cargo/registry/http-types-2.12.0/debian/patches/relax-dependencies.patch
usr/share/cargo/registry/http-types-2.12.0/debian/patches/series
usr/share/cargo/registry/http-types-2.12.0/debian/patches/update-feature-name.patch
usr/share/cargo/registry/http-types-2.12.0/src
usr/share/cargo/registry/http-types-2.12.0/src/auth
usr/share/cargo/registry/http-types-2.12.0/src/auth/authentication_scheme.rs
usr/share/cargo/registry/http-types-2.12.0/src/auth/authorization.rs
usr/share/cargo/registry/http-types-2.12.0/src/auth/basic_auth.rs
usr/share/cargo/registry/http-types-2.12.0/src/auth/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/auth/www_authenticate.rs
usr/share/cargo/registry/http-types-2.12.0/src/body.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache
usr/share/cargo/registry/http-types-2.12.0/src/cache/age.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/cache_control
usr/share/cargo/registry/http-types-2.12.0/src/cache/cache_control/cache_control.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/cache_control/cache_directive.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/cache_control/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/clear_site_data
usr/share/cargo/registry/http-types-2.12.0/src/cache/clear_site_data/directive.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/clear_site_data/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/expires.rs
usr/share/cargo/registry/http-types-2.12.0/src/cache/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional
usr/share/cargo/registry/http-types-2.12.0/src/conditional/etag.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/if_match.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/if_modified_since.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/if_none_match.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/if_unmodified_since.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/last_modified.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/conditional/vary.rs
usr/share/cargo/registry/http-types-2.12.0/src/content
usr/share/cargo/registry/http-types-2.12.0/src/content/accept.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/accept_encoding.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/content_encoding.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/content_length.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/content_location.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/content_type.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/encoding.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/encoding_proposal.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/media_type_proposal.rs
usr/share/cargo/registry/http-types-2.12.0/src/content/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/error.rs
usr/share/cargo/registry/http-types-2.12.0/src/extensions.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers
usr/share/cargo/registry/http-types-2.12.0/src/headers/constants.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/header_name.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/header_value.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/header_values.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/headers.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/into_iter.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/iter.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/iter_mut.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/names.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/to_header_values.rs
usr/share/cargo/registry/http-types-2.12.0/src/headers/values.rs
usr/share/cargo/registry/http-types-2.12.0/src/hyperium_http.rs
usr/share/cargo/registry/http-types-2.12.0/src/lib.rs
usr/share/cargo/registry/http-types-2.12.0/src/macros.rs
usr/share/cargo/registry/http-types-2.12.0/src/method.rs
usr/share/cargo/registry/http-types-2.12.0/src/mime
usr/share/cargo/registry/http-types-2.12.0/src/mime/constants.rs
usr/share/cargo/registry/http-types-2.12.0/src/mime/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/mime/parse.rs
usr/share/cargo/registry/http-types-2.12.0/src/other
usr/share/cargo/registry/http-types-2.12.0/src/other/date.rs
usr/share/cargo/registry/http-types-2.12.0/src/other/expect.rs
usr/share/cargo/registry/http-types-2.12.0/src/other/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/other/referer.rs
usr/share/cargo/registry/http-types-2.12.0/src/other/retry_after.rs
usr/share/cargo/registry/http-types-2.12.0/src/other/source_map.rs
usr/share/cargo/registry/http-types-2.12.0/src/parse_utils.rs
usr/share/cargo/registry/http-types-2.12.0/src/proxies
usr/share/cargo/registry/http-types-2.12.0/src/proxies/forwarded.rs
usr/share/cargo/registry/http-types-2.12.0/src/proxies/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/request.rs
usr/share/cargo/registry/http-types-2.12.0/src/response.rs
usr/share/cargo/registry/http-types-2.12.0/src/security
usr/share/cargo/registry/http-types-2.12.0/src/security/csp.rs
usr/share/cargo/registry/http-types-2.12.0/src/security/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/security/timing_allow_origin.rs
usr/share/cargo/registry/http-types-2.12.0/src/server
usr/share/cargo/registry/http-types-2.12.0/src/server/allow.rs
usr/share/cargo/registry/http-types-2.12.0/src/server/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/status.rs
usr/share/cargo/registry/http-types-2.12.0/src/status_code.rs
usr/share/cargo/registry/http-types-2.12.0/src/trace
usr/share/cargo/registry/http-types-2.12.0/src/trace/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/trace/server_timing
usr/share/cargo/registry/http-types-2.12.0/src/trace/server_timing/metric.rs
usr/share/cargo/registry/http-types-2.12.0/src/trace/server_timing/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/trace/server_timing/parse.rs
usr/share/cargo/registry/http-types-2.12.0/src/trace/trace_context.rs
usr/share/cargo/registry/http-types-2.12.0/src/trailers.rs
usr/share/cargo/registry/http-types-2.12.0/src/transfer
usr/share/cargo/registry/http-types-2.12.0/src/transfer/encoding.rs
usr/share/cargo/registry/http-types-2.12.0/src/transfer/encoding_proposal.rs
usr/share/cargo/registry/http-types-2.12.0/src/transfer/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/transfer/te.rs
usr/share/cargo/registry/http-types-2.12.0/src/transfer/transfer_encoding.rs
usr/share/cargo/registry/http-types-2.12.0/src/upgrade
usr/share/cargo/registry/http-types-2.12.0/src/upgrade/connection.rs
usr/share/cargo/registry/http-types-2.12.0/src/upgrade/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/upgrade/receiver.rs
usr/share/cargo/registry/http-types-2.12.0/src/upgrade/sender.rs
usr/share/cargo/registry/http-types-2.12.0/src/utils
usr/share/cargo/registry/http-types-2.12.0/src/utils/date.rs
usr/share/cargo/registry/http-types-2.12.0/src/utils/mod.rs
usr/share/cargo/registry/http-types-2.12.0/src/version.rs
usr/share/cargo/registry/http-types-2.12.0/tests
usr/share/cargo/registry/http-types-2.12.0/tests/error.rs
usr/share/cargo/registry/http-types-2.12.0/tests/fixtures
usr/share/cargo/registry/http-types-2.12.0/tests/fixtures/empty.custom
usr/share/cargo/registry/http-types-2.12.0/tests/fixtures/index.html
usr/share/cargo/registry/http-types-2.12.0/tests/fixtures/nori.png
usr/share/cargo/registry/http-types-2.12.0/tests/fixtures/unknown.custom
usr/share/cargo/registry/http-types-2.12.0/tests/headers.rs
usr/share/cargo/registry/http-types-2.12.0/tests/mime.rs
usr/share/cargo/registry/http-types-2.12.0/tests/querystring.rs
usr/share/cargo/registry/http-types-2.12.0/tests/req_res_body.rs
usr/share/cargo/registry/http-types-2.12.0/tests/security.rs
usr/share/doc
usr/share/doc/librust-http-types-dev
usr/share/doc/librust-http-types-dev/changelog.Debian.gz
usr/share/doc/librust-http-types-dev/copyright