1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-01 14:37:23 +02:00
Files
OpenIntegrations/NOTICE

2151 lines
47 KiB
Plaintext

OpenIntegrations / Открытый пакет интеграций
Copyright (c) 2024-2026 Anton Tsitavets
Licensed under the MIT License
Dependencies and imports:
vbondarevsky/Connector
* Copyright 2017-2023 Vladimir Bondarevskiy
* Licensed under the Apache License, Version 2.0
* https://github.com/vbondarevsky/Connector/
БСП
* Copyright (c) 2019, ООО 1С-Софт
* Licensed under the Attribution 4.0 International (CC BY 4.0)
* https://v8.1c.ru/tekhnologii/standartnye-biblioteki/1s-biblioteka-standartnykh-podsistem/
Docusaurus
* Copyright (c) Facebook, Inc. and its affiliates.
* Licensed under the MIT License
* https://github.com/facebook/docusaurus
YaxUNIT
* Copyright © 2023 BIA-Technologies Limited Liability Company
* Licensed under the Apache License, Version 2.0
* https://github.com/bia-technologies/yaxunit
1testrunner
* by Artur Ayukhanov (artbear)
* -
* https://github.com/artbear/1testrunner
asserts
* by oscript-library
* -
* https://github.com/oscript-library/asserts
coloratos
* by Vladimir Nadulich (240596448)
* -
* https://github.com/240596448/coloratos
cmdline
* by oscript-library
* -
* https://github.com/oscript-library/cmdline
ryu
* David Tolnay <dtolnay@gmail.com>
* Apache-2.0 OR BSL-1.0
* https://github.com/dtolnay/ryu
common-binary
*
* MIT
*
itoa
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/itoa
serde_core
* Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/serde-rs/serde
serde_json
* Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/serde-rs/json
base64
* Marshall Pierce <marshall@mpierce.org>
* MIT OR Apache-2.0
* https://github.com/marshallpierce/rust-base64
memchr
* Andrew Gallant <jamslam@gmail.com>, bluss
* Unlicense OR MIT
* https://github.com/BurntSushi/memchr
smallvec
* The Servo Project Developers
* MIT OR Apache-2.0
* https://github.com/servo/rust-smallvec
common-core
*
* MIT
*
addin1c
*
* MIT
* https://github.com/medigor/addin1c
utf16_lit
* Lokathor <zefria@gmail.com>
* Zlib OR Apache-2.0 OR MIT
* https://github.com/Lokathor/utf16_lit
common-core-macros
*
* MIT
*
proc-macro2
* David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/proc-macro2
quote
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/quote
syn
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/syn
unicode-ident
* David Tolnay <dtolnay@gmail.com>
* (MIT OR Apache-2.0) AND Unicode-3.0
* https://github.com/dtolnay/unicode-ident
cfg-if
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/alexcrichton/cfg-if
bitflags
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/bitflags/bitflags
uuid
* Ashley Mannix<ashleymannix@live.com.au>, Dylan DPC<dylan.dpc@gmail.com>, Hunar Roop Kahlon<hunar.roop@gmail.com>
* Apache-2.0 OR MIT
* https://github.com/uuid-rs/uuid
libc
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-lang/libc
hashbrown
* Amanieu d'Antras <amanieu@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/hashbrown
lock_api
* Amanieu d'Antras <amanieu@gmail.com>
* MIT OR Apache-2.0
* https://github.com/Amanieu/parking_lot
parking_lot_core
* Amanieu d'Antras <amanieu@gmail.com>
* MIT OR Apache-2.0
* https://github.com/Amanieu/parking_lot
equivalent
*
* Apache-2.0 OR MIT
* https://github.com/indexmap-rs/equivalent
scopeguard
* bluss
* MIT OR Apache-2.0
* https://github.com/bluss/scopeguard
redox_syscall
* Jeremy Soller <jackpot51@gmail.com>
* MIT
* https://gitlab.redox-os.org/redox-os/syscall
getrandom
* The Rand Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-random/getrandom
dashmap
* Joel Wejdenst├еl <jwejdenstal@icloud.com>
* MIT
* https://github.com/xacrimon/dashmap
common-dataset
*
* MIT
*
r-efi
*
* MIT OR Apache-2.0 OR LGPL-2.1-or-later
* https://github.com/r-efi/r-efi
wasip2
*
* Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
* https://github.com/bytecodealliance/wasi-rs
windows-link
*
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
wit-bindgen
* Alex Crichton <alex@alexcrichton.com>
* Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
* https://github.com/bytecodealliance/wit-bindgen
crossbeam-utils
*
* MIT OR Apache-2.0
* https://github.com/crossbeam-rs/crossbeam
openssl
* Steven Fackler <sfackler@gmail.com>
* Apache-2.0
* https://github.com/sfackler/rust-openssl
core-foundation-sys
* The Servo Project Developers
* MIT OR Apache-2.0
* https://github.com/servo/core-foundation-rs
core-foundation
* The Servo Project Developers
* MIT OR Apache-2.0
* https://github.com/servo/core-foundation-rs
form_urlencoded
* The rust-url developers
* MIT OR Apache-2.0
* https://github.com/servo/rust-url
idna
* The rust-url developers
* MIT OR Apache-2.0
* https://github.com/servo/rust-url/
percent-encoding
* The rust-url developers
* MIT OR Apache-2.0
* https://github.com/servo/rust-url/
url
* The rust-url developers
* MIT OR Apache-2.0
* https://github.com/servo/rust-url
cc
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/cc-rs
find-msvc-tools
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/cc-rs
openssl-probe
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/alexcrichton/openssl-probe
openssl-sys
* Alex Crichton <alex@alexcrichton.com>, Steven Fackler <sfackler@gmail.com>
* MIT
* https://github.com/sfackler/rust-openssl
pkg-config
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/pkg-config-rs
errno
* Chris Wong <lambda.fairy@gmail.com>
* MIT OR Apache-2.0
* https://github.com/lambda-fairy/rust-errno
log
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-lang/log
tempfile
* Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io>
* MIT OR Apache-2.0
* https://github.com/Stebalien/tempfile
socks
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-socks
schannel
* Steven Fackler <sfackler@gmail.com>, Steffen Butzer <steffen.butzer@outlook.com>
* MIT
* https://github.com/steffengy/schannel-rs
winapi
* Peter Atashian <retep998@gmail.com>
* MIT OR Apache-2.0
* https://github.com/retep998/winapi-rs
httparse
* Sean McArthur <sean@seanmonstar.com>
* MIT OR Apache-2.0
* https://github.com/seanmonstar/httparse
native-tls
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-native-tls
vcpkg
* Jim McGrath <jimmc2@gmail.com>
* MIT OR Apache-2.0
* https://github.com/mcgoo/vcpkg-rs
stable_deref_trait
* Robert Grosse <n210241048576@gmail.com>
* MIT OR Apache-2.0
* https://github.com/storyyeller/stable_deref_trait
foreign-types-shared
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/foreign-types
foreign-types
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/foreign-types
openssl-macros
*
* MIT OR Apache-2.0
*
idna_adapter
* The rust-url developers
* Apache-2.0 OR MIT
* https://github.com/hsivonen/idna_adapter
synstructure
* Nika Layzell <nika@thelayzells.com>
* MIT
* https://github.com/mystor/synstructure
utf8_iter
* Henri Sivonen <hsivonen@hsivonen.fi>
* Apache-2.0 OR MIT
* https://github.com/hsivonen/utf8_iter
common-tcp
*
* MIT
*
winapi-i686-pc-windows-gnu
* Peter Atashian <retep998@gmail.com>
* MIT OR Apache-2.0
* https://github.com/retep998/winapi-rs
winapi-x86_64-pc-windows-gnu
* Peter Atashian <retep998@gmail.com>
* MIT OR Apache-2.0
* https://github.com/retep998/winapi-rs
windows-sys
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
displaydoc
* Jane Lusby <jlusby@yaah.dev>
* MIT OR Apache-2.0
* https://github.com/yaahc/displaydoc
fastrand
* Stjepan Glavina <stjepang@gmail.com>
* Apache-2.0 OR MIT
* https://github.com/smol-rs/fastrand
linux-raw-sys
* Dan Gohman <dev@sunfishcode.online>
* Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
* https://github.com/sunfishcode/linux-raw-sys
once_cell
* Aleksey Kladov <aleksey.kladov@gmail.com>
* MIT OR Apache-2.0
* https://github.com/matklad/once_cell
rustix
* Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com>
* Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
* https://github.com/bytecodealliance/rustix
serde
* Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/serde-rs/serde
serde_derive
* Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/serde-rs/serde
byteorder
* Andrew Gallant <jamslam@gmail.com>
* Unlicense OR MIT
* https://github.com/BurntSushi/byteorder
shlex
* comex <comexk@gmail.com>, Fenhl <fenhl@fenhl.net>, Adrian Taylor <adetaylor@chromium.org>, Alex Touchet <alextouchet@outlook.com>, Daniel Parks <dp+git@oxidized.org>, Garrett Berg <googberg@gmail.com>
* MIT OR Apache-2.0
* https://github.com/comex/rust-shlex
security-framework-sys
* Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>
* MIT OR Apache-2.0
* https://github.com/kornelski/rust-security-framework
security-framework
* Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>
* MIT OR Apache-2.0
* https://github.com/kornelski/rust-security-framework
icu_collections
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_locale_core
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_normalizer
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_normalizer_data
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_properties
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_properties_data
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_provider
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
litemap
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
potential_utf
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
tinystr
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
writeable
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
yoke-derive
* Manish Goregaokar <manishsmail@gmail.com>
* Unicode-3.0
* https://github.com/unicode-org/icu4x
yoke
* Manish Goregaokar <manishsmail@gmail.com>
* Unicode-3.0
* https://github.com/unicode-org/icu4x
zerofrom-derive
* Manish Goregaokar <manishsmail@gmail.com>
* Unicode-3.0
* https://github.com/unicode-org/icu4x
zerofrom
* Manish Goregaokar <manishsmail@gmail.com>
* Unicode-3.0
* https://github.com/unicode-org/icu4x
zerotrie
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
zerovec-derive
* Manish Goregaokar <manishsmail@gmail.com>
* Unicode-3.0
* https://github.com/unicode-org/icu4x
zerovec
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
common-utils
*
* MIT
*
subtle
* Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>
* BSD-3-Clause
* https://github.com/dalek-cryptography/subtle
sha1
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/hashes
sha2
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/hashes
lazy_static
* Marvin L├╢bel <loebel.marvin@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang-nursery/lazy-static.rs
base64ct
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats
num-bigint-dig
* dignifiedquire <dignifiedquire@gmail.com>, The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/dignifiedquire/num-bigint
num-integer
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-num/num-integer
num-iter
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-num/num-iter
num-traits
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-num/num-traits
digest
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/traits
hmac
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/MACs
autocfg
* Josh Stone <cuviper@gmail.com>
* Apache-2.0 OR MIT
* https://github.com/cuviper/autocfg
block-buffer
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/utils
signature
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/traits/tree/master/signature
ppv-lite86
* The CryptoCorrosion Contributors
* MIT OR Apache-2.0
* https://github.com/cryptocorrosion/cryptocorrosion
const-oid
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats/tree/master/const-oid
der
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats/tree/master/der
pkcs8
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats/tree/master/pkcs8
cpufeatures
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/utils
crypto-common
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/traits
pem-rfc7468
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats/tree/master/pem-rfc7468
pkcs1
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats/tree/master/pkcs1
spki
* RustCrypto Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/formats/tree/master/spki
rand
* The Rand Project Developers, The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-random/rand
rand_chacha
* The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors
* MIT OR Apache-2.0
* https://github.com/rust-random/rand
rand_core
* The Rand Project Developers, The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-random/rand
zerocopy
* Joshua Liebow-Feeser <joshlf@google.com>
* BSD-2-Clause OR Apache-2.0 OR MIT
* https://github.com/google/zerocopy
zeroize
* The RustCrypto Project Developers
* Apache-2.0 OR MIT
* https://github.com/RustCrypto/utils
opi_crypto
*
* MIT
*
libm
* Jorge Aparicio <jorge@japaric.io>
* MIT
* https://github.com/rust-lang/compiler-builtins
rsa
* RustCrypto Developers, dignifiedquire <dignifiedquire@gmail.com>
* MIT OR Apache-2.0
* https://github.com/RustCrypto/RSA
wasi
* The Cranelift Project Developers
* Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
* https://github.com/bytecodealliance/wasi-rs
spin
* Mathijs van de Nes <git@mathijs.vd-nes.nl>, John Ericson <git@JohnEricson.me>, Joshua Barretto <joshua.s.barretto@gmail.com>
* MIT
* https://github.com/mvdnes/spin-rs.git
typenum
* Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com>
* MIT OR Apache-2.0
* https://github.com/paholg/typenum
version_check
* Sergio Benitez <sb@sergio.bz>
* MIT OR Apache-2.0
* https://github.com/SergioBenitez/version_check
generic-array
* Bart┼Вomiej Kami┼Дski <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>
* MIT
* https://github.com/fizyk20/generic-array.git
clang-sys
* Kyle Mayes <kyle@mayeses.com>
* Apache-2.0
* https://github.com/KyleMayes/clang-sys
ring
*
* Apache-2.0 AND ISC
* https://github.com/briansmith/ring
dunce
* Kornel <kornel@geekhood.net>
* CC0-1.0 OR MIT-0 OR Apache-2.0
* https://gitlab.com/kornelski/dunce
bindgen
* Jyun-Yan You <jyyou.tw@gmail.com>, Emilio Cobos ├Бlvarez <emilio@crisal.io>, Nick Fitzgerald <fitzgen@gmail.com>, The Servo project developers
* BSD-3-Clause
* https://github.com/rust-lang/rust-bindgen
webpki-roots
*
* CDLA-Permissive-2.0
* https://github.com/rustls/webpki-roots
aws-lc-sys
* AWS-LC
* ISC AND (Apache-2.0 OR ISC) AND OpenSSL
* https://github.com/aws/aws-lc-rs
untrusted
* Brian Smith <brian@briansmith.org>
* ISC
* https://github.com/briansmith/untrusted
libloading
* Simonas Kazlauskas <libloading@kazlauskas.me>
* ISC
* https://github.com/nagisa/rust_libloading/
rustls-webpki
*
* ISC
* https://github.com/rustls/webpki
aws-lc-rs
* AWS-LibCrypto
* ISC AND (Apache-2.0 OR ISC)
* https://github.com/aws/aws-lc-rs
cexpr
* Jethro Beekman <jethro@jbeekman.nl>
* Apache-2.0 OR MIT
* https://github.com/jethrogb/rust-cexpr
cmake
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/cmake-rs
jobserver
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/jobserver-rs
js-sys
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys
wasm-bindgen-backend
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend
wasm-bindgen-macro-support
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support
wasm-bindgen-macro
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro
wasm-bindgen-shared
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared
wasm-bindgen
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen
glob
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-lang/glob
regex-automata
* The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/regex/tree/master/regex-automata
regex-syntax
* The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/regex/tree/master/regex-syntax
regex
* The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/regex
nom
* contact@geoffroycouprie.com
* MIT
* https://github.com/Geal/nom
either
* bluss
* MIT OR Apache-2.0
* https://github.com/rayon-rs/either
itertools
* bluss
* MIT OR Apache-2.0
* https://github.com/rust-itertools/itertools
which
* Harry Fei <tiziyuanfang@gmail.com>
* MIT
* https://github.com/harryfei/which-rs.git
futures-core
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures-io
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
rustls-native-certs
*
* Apache-2.0 OR ISC OR MIT
* https://github.com/rustls/rustls-native-certs
rustls-pemfile
*
* Apache-2.0 OR ISC OR MIT
* https://github.com/rustls/pemfile
rustls
*
* Apache-2.0 OR ISC OR MIT
* https://github.com/rustls/rustls
bumpalo
* Nick Fitzgerald <fitzgen@gmail.com>
* MIT OR Apache-2.0
* https://github.com/fitzgen/bumpalo
iana-time-zone-haiku
* Ren├й Kijewski <crates.io@k6i.de>
* MIT OR Apache-2.0
* https://github.com/strawlab/iana-time-zone
iana-time-zone
* Andrew Straw <strawman@astraw.com>, Ren├й Kijewski <rene.kijewski@fu-berlin.de>, Ryan Lopopolo <rjl@hyperbo.la>
* MIT OR Apache-2.0
* https://github.com/strawlab/iana-time-zone
rustls-pki-types
*
* MIT OR Apache-2.0
* https://github.com/rustls/pki-types
fs_extra
* Denis Kurilenko <webdesus@gmail.com>
* MIT
* https://github.com/webdesus/fs_extra
lazy-regex
* Canop <cano.petrole@gmail.com>
* MIT
* https://github.com/Canop/lazy-regex
opi_ftp
*
* MIT
*
chrono
*
* MIT OR Apache-2.0
* https://github.com/chronotope/chrono
lazy-regex-proc_macros
* Canop <cano.petrole@gmail.com>
* MIT
* https://github.com/Canop/lazy-regex/tree/main/src/proc_macros
suppaftp
* Christian Visintin <christian.visintin@veeso.dev>, Matt McCoy <mattnenterprise@yahoo.com>
* MIT OR Apache-2.0
* https://github.com/veeso/suppaftp
windows-core
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows-targets
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_aarch64_gnullvm
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_aarch64_msvc
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_i686_gnu
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_i686_gnullvm
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_i686_msvc
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_x86_64_gnu
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_x86_64_gnullvm
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows_x86_64_msvc
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
wit-bindgen-rt
*
* Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
* https://github.com/bytecodealliance/wit-bindgen
android-tzdata
* RumovZ
* MIT OR Apache-2.0
* https://github.com/RumovZ/android-tzdata
lazycell
* Alex Crichton <alex@alexcrichton.com>, Nikita Pekin <contact@nikitapek.in>
* MIT OR Apache-2.0
* https://github.com/indiv0/lazycell
futures-lite
* Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs
* Apache-2.0 OR MIT
* https://github.com/smol-rs/futures-lite
home
* Brian Anderson <andersrb@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/cargo
minimal-lexical
* Alex Huszagh <ahuszagh@gmail.com>
* MIT OR Apache-2.0
* https://github.com/Alexhuszagh/minimal-lexical
parking
* Stjepan Glavina <stjepang@gmail.com>, The Rust Project Developers
* Apache-2.0 OR MIT
* https://github.com/smol-rs/parking
pin-project-lite
*
* Apache-2.0 OR MIT
* https://github.com/taiki-e/pin-project-lite
prettyplease
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/prettyplease
rustc-hash
* The Rust Project Developers
* Apache-2.0 OR MIT
* https://github.com/rust-lang/rustc-hash
rustversion
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/rustversion
thiserror-impl
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/thiserror
thiserror
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/thiserror
android_system_properties
* Nicolas Silva <nical@fastmail.com>
* MIT OR Apache-2.0
* https://github.com/nical/android_system_properties
aho-corasick
* Andrew Gallant <jamslam@gmail.com>
* Unlicense OR MIT
* https://github.com/BurntSushi/aho-corasick
miette
* Kat March├бn <kzm@zkat.tech>
* Apache-2.0
* https://github.com/zkat/miette
prost-build
* Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>
* Apache-2.0
* https://github.com/tokio-rs/prost
prost-derive
* Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>
* Apache-2.0
* https://github.com/tokio-rs/prost
prost-types
* Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>
* Apache-2.0
* https://github.com/tokio-rs/prost
prost
* Dan Burkert <dan@danburkert.com>, Lucio Franco <luciofranco14@gmail.com>, Casper Meijn <casper@meijn.net>, Tokio Contributors <team@tokio.rs>
* Apache-2.0
* https://github.com/tokio-rs/prost
miette-derive
* Kat March├бn <kzm@zkat.tech>
* Apache-2.0
* https://github.com/zkat/miette
sync_wrapper
* Actyx AG <developer@actyx.io>
* Apache-2.0
* https://github.com/Actyx/sync_wrapper
matchit
* Ibraheem Ahmed <ibraheem@ibraheem.ca>
* MIT AND BSD-3-Clause
* https://github.com/ibraheemdev/matchit
socket2
* Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/socket2
mio
* Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/mio
mime
* Sean McArthur <sean@seanmonstar.com>
* MIT OR Apache-2.0
* https://github.com/hyperium/mime
hyper
* Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/hyperium/hyper
petgraph
* bluss, mitchmindtree
* MIT OR Apache-2.0
* https://github.com/petgraph/petgraph
heck
*
* MIT OR Apache-2.0
* https://github.com/withoutboats/heck
unicode-width
* kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>
* MIT OR Apache-2.0
* https://github.com/unicode-rs/unicode-width
fixedbitset
* bluss
* MIT OR Apache-2.0
* https://github.com/petgraph/fixedbitset
futures-channel
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures-executor
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures-macro
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures-sink
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures-task
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures-util
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
futures
*
* MIT OR Apache-2.0
* https://github.com/rust-lang/futures-rs
hyper-rustls
*
* Apache-2.0 OR ISC OR MIT
* https://github.com/rustls/hyper-rustls
httpdate
* Pyfisch <pyfisch@posteo.org>
* MIT OR Apache-2.0
* https://github.com/pyfisch/httpdate
rustc_version
*
* MIT OR Apache-2.0
* https://github.com/djc/rustc-version-rs
multimap
* H├еvar N├╕vik <havar.novik@gmail.com>
* MIT OR Apache-2.0
* https://github.com/havarnov/multimap
indexmap
*
* Apache-2.0 OR MIT
* https://github.com/indexmap-rs/indexmap
fnv
* Alex Crichton <alex@alexcrichton.com>
* Apache-2.0 OR MIT
* https://github.com/servo/rust-fnv
h2
* Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/hyperium/h2
http
* Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>
* MIT OR Apache-2.0
* https://github.com/hyperium/http
tokio-rustls
*
* MIT OR Apache-2.0
* https://github.com/rustls/tokio-rustls
bytes
* Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/tokio-rs/bytes
logos-codegen
* Maciej Hirsz <hello@maciej.codes>, J├йrome Eertmans (maintainer) <jeertmans@icloud.com>
* MIT OR Apache-2.0
* https://github.com/maciejhirsz/logos
logos-derive
* Maciej Hirsz <hello@maciej.codes>, J├йrome Eertmans (maintainer) <jeertmans@icloud.com>
* MIT OR Apache-2.0
* https://github.com/maciejhirsz/logos
logos
* Maciej Hirsz <hello@maciej.codes>, J├йrome Eertmans (maintainer) <jeertmans@icloud.com>
* MIT OR Apache-2.0
* https://github.com/maciejhirsz/logos
pin-utils
* Josef Brandl <mail@josefbrandl.de>
* MIT OR Apache-2.0
* https://github.com/rust-lang-nursery/pin-utils
want
* Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/seanmonstar/want
try-lock
* Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/seanmonstar/try-lock
slab
* Carl Lerche <me@carllerche.com>
* MIT
* https://github.com/tokio-rs/slab
tracing-attributes
* Tokio Contributors <team@tokio.rs>, Eliza Weisman <eliza@buoyant.io>, David Barsky <dbarsky@amazon.com>
* MIT
* https://github.com/tokio-rs/tracing
tracing-core
* Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tracing
tracing
* Eliza Weisman <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tracing
tower-layer
* Tower Maintainers <team@tower-rs.com>
* MIT
* https://github.com/tower-rs/tower
tower-service
* Tower Maintainers <team@tower-rs.com>
* MIT
* https://github.com/tower-rs/tower
tower
* Tower Maintainers <team@tower-rs.com>
* MIT
* https://github.com/tower-rs/tower
axum
*
* MIT
* https://github.com/tokio-rs/axum
http-body
* Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/hyperium/http-body
http-body-util
* Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/hyperium/http-body
beef
* Maciej Hirsz <hello@maciej.codes>
* MIT OR Apache-2.0
* https://github.com/maciejhirsz/beef
hyper-util
* Sean McArthur <sean@seanmonstar.com>
* MIT
* https://github.com/hyperium/hyper-util
tonic-build
* Lucio Franco <luciofranco14@gmail.com>
* MIT
* https://github.com/hyperium/tonic
tonic
* Lucio Franco <luciofranco14@gmail.com>
* MIT
* https://github.com/hyperium/tonic
axum-core
*
* MIT
* https://github.com/tokio-rs/axum
tokio-macros
* Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tokio
opi_grpc
*
* MIT
*
tokio-stream
* Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tokio
tokio-util
* Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tokio
tokio
* Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tokio
anyhow
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/anyhow
async-trait
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/async-trait
atomic-waker
* Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs
* Apache-2.0 OR MIT
* https://github.com/smol-rs/atomic-waker
pin-project-internal
*
* Apache-2.0 OR MIT
* https://github.com/taiki-e/pin-project
pin-project
*
* Apache-2.0 OR MIT
* https://github.com/taiki-e/pin-project
prost-reflect
* Andrew Hickman <andrew.hickman1@sky.com>
* MIT OR Apache-2.0
* https://github.com/andrewhickman/prost-reflect
protox-parse
* Andrew Hickman <andrew.hickman1@sky.com>
* MIT OR Apache-2.0
* https://github.com/andrewhickman/protox
protox
* Andrew Hickman <andrew.hickman1@sky.com>
* MIT OR Apache-2.0
* https://github.com/andrewhickman/protox
semver
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/dtolnay/semver
hyper-timeout
* Herman J. Radtke III <herman@hermanradtke.com>
* MIT OR Apache-2.0
* https://github.com/hjr3/hyper-timeout
mongodb
* Saghm Rossi <saghmrossi@gmail.com>, Patrick Freed <patrick.freed@mongodb.com>, Isabel Atkinson <isabel.atkinson@mongodb.com>, Abraham Egnor <abraham.egnor@mongodb.com>, Kaitlin Mahar <kaitlin.mahar@mongodb.com>, Patrick Meredith <pmeredit@protonmail.com>
* Apache-2.0
* https://github.com/mongodb/mongo-rust-driver
mongocrypt-sys
* Abraham Egnor <abraham.egnor@mongodb.com>, Isabel Atkinson <isabel.atkinson@mongodb.com>
* Apache-2.0
* https://github.com/mongodb/libmongocrypt-rust
mongocrypt
* Abraham Egnor <abraham.egnor@mongodb.com>, Isabel Atkinson <isabel.atkinson@mongodb.com>
* Apache-2.0
* https://github.com/mongodb/libmongocrypt-rust
mongodb-internal-macros
*
* Apache-2.0
*
tiny-keccak
* debris <marek.kotewicz@gmail.com>
* CC0-1.0
*
md-5
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/hashes
hex
* KokaKiwi <kokakiwi@kokakiwi.net>
* MIT OR Apache-2.0
* https://github.com/KokaKiwi/rust-hex
backtrace
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-lang/backtrace-rs
rustc-demangle
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/rustc-demangle
serde_with
* Jonas Bushart, Marcin Ka┼║mierczak
* MIT OR Apache-2.0
* https://github.com/jonasbb/serde_with/
serde_with_macros
* Jonas Bushart
* MIT OR Apache-2.0
* https://github.com/jonasbb/serde_with/
winreg
* Igor Shaula <gentoo90@gmail.com>
* MIT
* https://github.com/gentoo90/winreg-rs
object
*
* Apache-2.0 OR MIT
* https://github.com/gimli-rs/object
hickory-proto
* The contributors to Hickory DNS
* MIT OR Apache-2.0
* https://github.com/hickory-dns/hickory-dns
hickory-resolver
* The contributors to Hickory DNS
* MIT OR Apache-2.0
* https://github.com/hickory-dns/hickory-dns
gimli
*
* MIT OR Apache-2.0
* https://github.com/gimli-rs/gimli
linked-hash-map
* Stepan Koltsov <stepan.koltsov@gmail.com>, Andrew Paseltiner <apaseltiner@gmail.com>
* MIT OR Apache-2.0
* https://github.com/contain-rs/linked-hash-map
lru-cache
* Stepan Koltsov <stepan.koltsov@gmail.com>
* MIT OR Apache-2.0
* https://github.com/contain-rs/lru-cache
unicode-bidi
* The Servo Project Developers
* MIT OR Apache-2.0
* https://github.com/servo/unicode-bidi
unicode-normalization
* kwantam <kwantam@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>
* MIT OR Apache-2.0
* https://github.com/unicode-rs/unicode-normalization
unicode-properties
* Charles Lew <crlf0710@gmail.com>, Manish Goregaokar <manishsmail@gmail.com>
* MIT OR Apache-2.0
* https://github.com/unicode-rs/unicode-properties
enum-as-inner
* Benjamin Fry <benjaminfry@me.com>
* MIT OR Apache-2.0
* https://github.com/bluejekyll/enum-as-inner
resolv-conf
*
* MIT OR Apache-2.0
* https://github.com/hickory-dns/resolv-conf
const-random-macro
* Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
* MIT OR Apache-2.0
* https://github.com/tkaitchuck/constrandom
const-random
* Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
* MIT OR Apache-2.0
* https://github.com/tkaitchuck/constrandom
parking_lot
* Amanieu d'Antras <amanieu@gmail.com>
* MIT OR Apache-2.0
* https://github.com/Amanieu/parking_lot
addr2line
*
* Apache-2.0 OR MIT
* https://github.com/gimli-rs/addr2line
pbkdf2
* RustCrypto Developers
* MIT OR Apache-2.0
* https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2
ipconfig
* Liran Ringel <liranringel@gmail.com>
* MIT OR Apache-2.0
* https://github.com/liranringel/ipconfig
stringprep
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-stringprep
signal-hook-registry
* Michal 'vorner' Vaner <vorner@vorner.cz>, Masaki Hara <ackie.h.gmai@gmail.com>
* Apache-2.0 OR MIT
* https://github.com/vorner/signal-hook
ahash
* Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
* MIT OR Apache-2.0
* https://github.com/tkaitchuck/ahash
num-conv
* Jacob Pratt <jacob@jhpratt.dev>
* MIT OR Apache-2.0
* https://github.com/jhpratt/num-conv
powerfmt
* Jacob Pratt <jacob@jhpratt.dev>
* MIT OR Apache-2.0
* https://github.com/jhpratt/powerfmt
deranged
* Jacob Pratt <jacob@jhpratt.dev>
* MIT OR Apache-2.0
* https://github.com/jhpratt/deranged
time-core
* Jacob Pratt <open-source@jhpratt.dev>, Time contributors
* MIT OR Apache-2.0
* https://github.com/time-rs/time
time-macros
* Jacob Pratt <open-source@jhpratt.dev>, Time contributors
* MIT OR Apache-2.0
* https://github.com/time-rs/time
time
* Jacob Pratt <open-source@jhpratt.dev>, Time contributors
* MIT OR Apache-2.0
* https://github.com/time-rs/time
ipnet
* Kris Price <kris@krisprice.nz>
* MIT OR Apache-2.0
* https://github.com/krisprice/ipnet
macro_magic
* sam0x17
* MIT
* https://github.com/sam0x17/macro_magic
macro_magic_core
*
* MIT
* https://github.com/sam0x17/macro_magic
macro_magic_core_macros
*
* MIT
* https://github.com/sam0x17/macro_magic
macro_magic_macros
*
* MIT
* https://github.com/sam0x17/macro_magic
tap
* Elliott Linder <elliott.darfink@gmail.com>, myrrlyn <self@myrrlyn.dev>
* MIT
* https://github.com/myrrlyn/tap
darling
* Ted Driggs <ted.driggs@outlook.com>
* MIT
* https://github.com/TedDriggs/darling
darling_core
* Ted Driggs <ted.driggs@outlook.com>
* MIT
* https://github.com/TedDriggs/darling
darling_macro
* Ted Driggs <ted.driggs@outlook.com>
* MIT
* https://github.com/TedDriggs/darling
bitvec
*
* MIT
* https://github.com/bitvecto-rs/bitvec
wyz
* myrrlyn <self@myrrlyn.dev>
* MIT
* https://github.com/myrrlyn/wyz
radium
* Nika Layzell <nika@thelayzells.com>, myrrlyn <self@myrrlyn.dev>
* MIT
* https://github.com/bitvecto-rs/radium
tinyvec_macros
* Soveu <marx.tomasz@gmail.com>
* MIT OR Apache-2.0 OR Zlib
* https://github.com/Soveu/tinyvec_macros
funty
* myrrlyn <self@myrrlyn.dev>
* MIT
* https://github.com/myrrlyn/funty
derive-where
*
* MIT OR Apache-2.0
* https://github.com/ModProg/derive-where
opi_mongodb
*
* MIT
*
convert_case
* David Purdum <purdum41@gmail.com>
* MIT
* https://github.com/rutrum/convert-case
dateparser
* Rollie Ma <rollie@rollie.dev>
* MIT
* https://github.com/waltzofpearls/dateparser
windows-implement
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows-interface
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows-result
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
windows-strings
* Microsoft
* MIT OR Apache-2.0
* https://github.com/microsoft/windows-rs
miniz_oxide
* Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com
* MIT OR Zlib OR Apache-2.0
* https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
ident_case
* Ted Driggs <ted.driggs@outlook.com>
* MIT OR Apache-2.0
* https://github.com/TedDriggs/ident_case
widestring
*
* MIT OR Apache-2.0
* https://github.com/VoidStarKat/widestring-rs
adler2
* Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>
* 0BSD OR MIT OR Apache-2.0
* https://github.com/oyvindln/adler2
derive-syn-parse
* sharnoff <git@sharnoff.io>
* MIT OR Apache-2.0
* https://github.com/sharnoff/derive-syn-parse
serde_bytes
* David Tolnay <dtolnay@gmail.com>
* MIT OR Apache-2.0
* https://github.com/serde-rs/bytes
typed-builder-macro
* IdanArye <idanarye@gmail.com>, Chris Morgan <me@chrismorgan.info>
* MIT OR Apache-2.0
* https://github.com/idanarye/rust-typed-builder
typed-builder
* IdanArye <idanarye@gmail.com>, Chris Morgan <me@chrismorgan.info>
* MIT OR Apache-2.0
* https://github.com/idanarye/rust-typed-builder
tinyvec
* Lokathor <zefria@gmail.com>
* Zlib OR Apache-2.0 OR MIT
* https://github.com/Lokathor/tinyvec
strsim
* Danny Guo <danny@dannyguo.com>, maxbachmann <oss@maxbachmann.de>
* MIT
* https://github.com/rapidfuzz/strsim-rs
rustc_version_runtime
* Sebastian Waisbrot <seppo0010@gmail.com>
* MIT
* https://github.com/seppo0010/rustc-version-runtime-rs
bson
* Y. T. Chung <zonyitoo@gmail.com>, Kevin Yeh <kevinyeah@utexas.edu>, Saghm Rossi <saghmrossi@gmail.com>, Patrick Freed <patrick.freed@mongodb.com>, Isabel Atkinson <isabel.atkinson@mongodb.com>, Abraham Egnor <abraham.egnor@mongodb.com>
* MIT
* https://github.com/mongodb/bson-rust
data-encoding
* Julien Cretin <git@ia0.eu>
* MIT
* https://github.com/ia0/data-encoding
derive_more
* Jelte Fennema <github-tech@jeltef.nl>
* MIT
* https://github.com/JelteF/derive_more
crunchy
* Eira Fransham <jackefransham@gmail.com>
* MIT
* https://github.com/eira-fransham/crunchy
take_mut
* Sgeo <sgeoster@gmail.com>
* MIT
* https://github.com/Sgeo/take_mut
encoding_rs
* Henri Sivonen <hsivonen@hsivonen.fi>
* (Apache-2.0 OR MIT) AND BSD-3-Clause
* https://github.com/hsivonen/encoding_rs
enumflags2_derive
* maik klein <maikklein@googlemail.com>, Maja K─Еdzio┼Вka <maya@compilercrim.es>
* MIT OR Apache-2.0
* https://github.com/meithecatte/enumflags2
enumflags2
* maik klein <maikklein@googlemail.com>, Maja K─Еdzio┼Вka <maya@compilercrim.es>
* MIT OR Apache-2.0
* https://github.com/meithecatte/enumflags2
tiberius
* Steffen Butzer <steffen.butzer@outlook.com>, Julius de Bruijn <bruijn@prisma.io>, Eric Sheppard <eric@eigenmo.de>, Yoshua Wuyts <yoshuawuyts@gmail.com>
* MIT OR Apache-2.0
* https://github.com/prisma/tiberius
arrayvec
* bluss
* MIT OR Apache-2.0
* https://github.com/bluss/arrayvec
rand_hc
* The Rand Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-random/rand
rust_decimal
* Paul Mason <paul@form1.co.nz>
* MIT
* https://github.com/paupino/rust-decimal
pretty-hex
* Andrei Volnin <wolandr@gmail.com>
* MIT
* https://github.com/wolandr/pretty-hex
asynchronous-codec
* Max Inden <mail@max-inden.de>
* MIT
* https://github.com/mxinden/asynchronous-codec
opi_mssql
*
* MIT
*
md5
* Ivan Ukhov <ivan.ukhov@gmail.com>, Kamal Ahmad <shibe@openmailbox.org>, Konstantin Stepanov <milezv@gmail.com>, Lukas Kalbertodt <lukas.kalbertodt@gmail.com>, Nathan Musoke <nathan.musoke@gmail.com>, Tony Arcieri <bascule@gmail.com>, Wim de With <register@dewith.io>, Yosef Dinerstein <yosefdi@gmail.com>
* Apache-2.0 OR MIT
* https://github.com/stainless-steel/md5
thread-id
* Ruud van Asseldonk <dev@veniogames.com>
* MIT OR Apache-2.0
* https://github.com/ruuda/thread-id
winauth
* Steffen Butzer <steffen.butzer@outlook.com>
* MIT OR Apache-2.0
* https://github.com/steffengy/winauth-rs
async-native-tls
* dignifiedquire <me@dignifiedquire.com>
* MIT OR Apache-2.0
* https://github.com/async-email/async-native-tls
connection-string
*
* MIT OR Apache-2.0
* https://github.com/prisma/connection-string
libz-sys
* Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>, Sebastian Thiel <sebastian.thiel@icloud.com>
* MIT OR Apache-2.0
* https://github.com/rust-lang/libz-sys
bufstream
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/alexcrichton/bufstream
num-bigint
* The Rust Project Developers
* MIT OR Apache-2.0
* https://github.com/rust-num/num-bigint
flate2
* Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>
* MIT OR Apache-2.0
* https://github.com/rust-lang/flate2-rs
mysql_common
* blackbeam <aikorsky@gmail.com>
* MIT OR Apache-2.0
* https://github.com/blackbeam/rust_mysql_common
subprocess
* Hrvoje Nik┼бi─З <hniksic@gmail.com>
* Apache-2.0 OR MIT
* https://github.com/hniksic/rust-subprocess
btoi
* Niklas Fiekas <niklas.fiekas@backscattering.de>
* MIT OR Apache-2.0
* https://github.com/niklasf/rust-btoi
toml_datetime
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/toml-rs/toml
toml_edit
* Andronik Ordian <write@reusable.software>, Ed Page <eopage@gmail.com>
* MIT OR Apache-2.0
* https://github.com/toml-rs/toml
utf16_iter
* Henri Sivonen <hsivonen@hsivonen.fi>
* Apache-2.0 OR MIT
* https://github.com/hsivonen/utf16_iter
write16
*
* Apache-2.0 OR MIT
* https://github.com/hsivonen/write16
lru
* Jerome Froelich <jeromefroelic@hotmail.com>
* MIT
* https://github.com/jeromefroe/lru-rs.git
crc32fast
* Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/srijs/rust-crc32fast
saturating
* Breezewish <me@breeswish.org>
* MIT
* https://github.com/breeswish/saturating-rs
proc-macro-error-attr2
* CreepySkeleton <creepy-skeleton@yandex.ru>, GnomedDev <david2005thomas@gmail.com>
* MIT OR Apache-2.0
* https://github.com/GnomedDev/proc-macro-error-2
proc-macro-error2
* CreepySkeleton <creepy-skeleton@yandex.ru>, GnomedDev <david2005thomas@gmail.com>
* MIT OR Apache-2.0
* https://github.com/GnomedDev/proc-macro-error-2
opi_mysql
*
* MIT
*
mysql-common-derive
*
* MIT OR Apache-2.0
* https://github.com/blackbeam/rust_mysql_common
derive_utils
*
* Apache-2.0 OR MIT
* https://github.com/taiki-e/derive_utils
io-enum
*
* Apache-2.0 OR MIT
* https://github.com/taiki-e/io-enum
proc-macro-crate
* Bastian K├╢cher <git@kchr.de>
* MIT OR Apache-2.0
* https://github.com/bkchr/proc-macro-crate
winnow
*
* MIT
* https://github.com/winnow-rs/winnow
termcolor
* Andrew Gallant <jamslam@gmail.com>
* Unlicense OR MIT
* https://github.com/BurntSushi/termcolor
twox-hash
* Jake Goulding <jake.goulding@gmail.com>
* MIT
* https://github.com/shepmaster/twox-hash
pem
* Jonathan Creekmore <jonathan@thecreekmores.org>
* MIT
* https://github.com/jcreekmore/pem-rs.git
winapi-util
* Andrew Gallant <jamslam@gmail.com>
* Unlicense OR MIT
* https://github.com/BurntSushi/winapi-util
crossbeam-queue
*
* MIT OR Apache-2.0
* https://github.com/crossbeam-rs/crossbeam
mysql
* blackbeam
* MIT OR Apache-2.0
* https://github.com/blackbeam/rust-mysql-simple
zstd-safe
* Alexandre Bury <alexandre.bury@gmail.com>
* MIT OR Apache-2.0
* https://github.com/gyscos/zstd-rs
zstd-sys
* Alexandre Bury <alexandre.bury@gmail.com>
* MIT OR Apache-2.0
* https://github.com/gyscos/zstd-rs
zstd
* Alexandre Bury <alexandre.bury@gmail.com>
* MIT
* https://github.com/gyscos/zstd-rs
named_pipe
* Anatoly Ikorsky <aikorsky@gmail.com>
* MIT OR Apache-2.0
* https://github.com/blackbeam/named_pipe
icu_locid
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_locid_transform
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_locid_transform_data
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
icu_provider_macros
* The ICU4X Project Developers
* Unicode-3.0
* https://github.com/unicode-org/icu4x
web-sys
* The wasm-bindgen Developers
* MIT OR Apache-2.0
* https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys
fallible-iterator
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-fallible-iterator
tokio-native-tls
* Tokio Contributors <team@tokio.rs>
* MIT
* https://github.com/tokio-rs/tls
opi_postgres
*
* MIT
*
siphasher
* Frank Denis <github@pureftpd.org>
* MIT OR Apache-2.0
* https://github.com/jedisct1/rust-siphash
wasite
*
* Apache-2.0 OR BSL-1.0 OR MIT
* https://github.com/ardaku/wasite
whoami
*
* Apache-2.0 OR BSL-1.0 OR MIT
* https://github.com/ardaku/whoami
phf
* Steven Fackler <sfackler@gmail.com>
* MIT
* https://github.com/rust-phf/rust-phf
phf_shared
* Steven Fackler <sfackler@gmail.com>
* MIT
* https://github.com/rust-phf/rust-phf
postgres-native-tls
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-postgres
postgres-protocol
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-postgres
postgres-types
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-postgres
postgres
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-postgres
tokio-postgres
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/rust-postgres
rcon-client
*
* MIT
* https://github.com/donkey-engine/rcon-rs
opi_rcon
*
* MIT
*
libsqlite3-sys
* The rusqlite developers
* MIT
* https://github.com/rusqlite/rusqlite
rusqlite
* The rusqlite developers
* MIT
* https://github.com/rusqlite/rusqlite
fallible-streaming-iterator
* Steven Fackler <sfackler@gmail.com>
* MIT OR Apache-2.0
* https://github.com/sfackler/fallible-streaming-iterator
opi_sqlite
*
* MIT
*
hashlink
* kyren <kerriganw@gmail.com>
* MIT OR Apache-2.0
* https://github.com/kyren/hashlink
openssl-src
* Alex Crichton <alex@alexcrichton.com>
* MIT OR Apache-2.0
* https://github.com/alexcrichton/openssl-src-rs
ssh2
* Alex Crichton <alex@alexcrichton.com>, Wez Furlong <wez@wezfurlong.org>, Matteo Bigoi <bigo@crisidev.org>
* MIT OR Apache-2.0
* https://github.com/alexcrichton/ssh2-rs
opi_ssh
*
* MIT
*
libssh2-sys
* Alex Crichton <alex@alexcrichton.com>, Wez Furlong <wez@wezfurlong.org>, Matteo Bigoi <bigo@crisidev.org>
* MIT OR Apache-2.0
* https://github.com/alexcrichton/ssh2-rs
opi_tcpclient
*
* MIT
*