librust-tokio-postgres-dev (0.7.13-1)

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-tokio-postgres
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
449 B
Size expected
73.1 kB
Size actual
73.1 kB
Size match

Dependencies

Required package dependencies

  • librust-async-trait-0.1+default-dev
  • librust-byteorder-1+default-dev
  • librust-bytes-1+default-dev
  • librust-fallible-iterator-0.3+default-dev
  • librust-futures-channel-0.3+default-dev
  • librust-futures-channel-0.3+sink-dev
  • librust-futures-util-0.3+default-dev
  • librust-futures-util-0.3+sink-dev
  • librust-log-0.4+default-dev
  • librust-parking-lot-0.12+default-dev
  • librust-percent-encoding-2+default-dev
  • librust-phf-0.11+default-dev
  • librust-pin-project-lite-0.2+default-dev
  • librust-postgres-protocol-0.6+default-dev (>= 0.6.8-~~)
  • librust-postgres-types-0.2+array-impls-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+default-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+with-chrono-0-4-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+with-eui48-1-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+with-geo-types-0-7-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+with-serde-json-1-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+with-time-0-3-dev (>= 0.2.9-~~)
  • librust-postgres-types-0.2+with-uuid-1-dev (>= 0.2.9-~~)
  • librust-rand+default-dev (<< 0.10-~~)
  • librust-rand+default-dev (>= 0.8.5-~~)
  • librust-socket2-0.5+all-dev
  • librust-socket2-0.5+default-dev
  • librust-tokio-1+default-dev (>= 1.27-~~)
  • librust-tokio-1+io-util-dev (>= 1.27-~~)
  • librust-tokio-1+net-dev (>= 1.27-~~)
  • librust-tokio-1+time-dev (>= 1.27-~~)
  • librust-tokio-util-0.7+codec-dev
  • librust-tokio-util-0.7+default-dev
  • librust-whoami-1+default-dev (>= 1.4.1-~~)

Suggested packages

Recommended additional packages

  • None

Description

Native, asynchronous PostgreSQL client - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD51d12671e…81a8051c
SHA-14abdb549…6c220317
SHA-256564638a1…b157a27e
SHA-512a6c523c5…72711e24

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/tokio-postgres-0.7.13
usr/share/cargo/registry/tokio-postgres-0.7.13/.cargo-checksum.json
usr/share/cargo/registry/tokio-postgres-0.7.13/.cargo_vcs_info.json
usr/share/cargo/registry/tokio-postgres-0.7.13/CHANGELOG.md
usr/share/cargo/registry/tokio-postgres-0.7.13/Cargo.toml
usr/share/cargo/registry/tokio-postgres-0.7.13/Cargo.toml.orig
usr/share/cargo/registry/tokio-postgres-0.7.13/LICENSE-APACHE
usr/share/cargo/registry/tokio-postgres-0.7.13/LICENSE-MIT
usr/share/cargo/registry/tokio-postgres-0.7.13/README.md
usr/share/cargo/registry/tokio-postgres-0.7.13/benches
usr/share/cargo/registry/tokio-postgres-0.7.13/benches/bench.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/debian
usr/share/cargo/registry/tokio-postgres-0.7.13/debian/patches
usr/share/cargo/registry/tokio-postgres-0.7.13/debian/patches/bump-fallible-iterator.patch
usr/share/cargo/registry/tokio-postgres-0.7.13/debian/patches/disable-js.diff
usr/share/cargo/registry/tokio-postgres-0.7.13/debian/patches/rand-0.8.diff
usr/share/cargo/registry/tokio-postgres-0.7.13/debian/patches/relax-deps.diff
usr/share/cargo/registry/tokio-postgres-0.7.13/debian/patches/series
usr/share/cargo/registry/tokio-postgres-0.7.13/src
usr/share/cargo/registry/tokio-postgres-0.7.13/src/binary_copy.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/bind.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/cancel_query.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/cancel_query_raw.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/cancel_token.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/client.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/codec.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/config.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/connect.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/connect_raw.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/connect_socket.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/connect_tls.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/connection.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/copy_in.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/copy_out.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/error
usr/share/cargo/registry/tokio-postgres-0.7.13/src/error/mod.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/error/sqlstate.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/generic_client.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/keepalive.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/lib.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/maybe_tls_stream.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/portal.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/prepare.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/query.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/row.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/simple_query.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/socket.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/statement.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/tls.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/to_statement.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/transaction.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/transaction_builder.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/src/types.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/binary_copy.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/main.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/parse.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/runtime.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/bit_vec_06.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/chrono_04.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/eui48_1.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/geo_types_06.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/geo_types_07.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/jiff_01.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/mod.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/serde_json_1.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/smol_str_01.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/time_02.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/time_03.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/uuid_08.rs
usr/share/cargo/registry/tokio-postgres-0.7.13/tests/test/types/uuid_1.rs
usr/share/doc
usr/share/doc/librust-tokio-postgres-dev
usr/share/doc/librust-tokio-postgres-dev/changelog.Debian.gz
usr/share/doc/librust-tokio-postgres-dev/changelog.gz
usr/share/doc/librust-tokio-postgres-dev/copyright