Open Source Components
This table outlines the licensing terms for the open-source software used in DataPelago.
Provider Name |
Version |
License |
Repository URL |
Description |
---|---|---|---|---|
Alertmanager |
0.27.0 |
Apache-2.0 |
Prometheus Alertmanager. |
|
Arrow |
42.0.0 |
Apache-2.0 |
Rust implementation of Apache Arrow. |
|
Arrow |
47.0.0 |
Apache-2.0 |
Rust implementation of Apache Arrow. |
|
Arrow-buffer |
42.0.0 |
Apache-2.0 |
Buffer abstractions for Apache Arrow. |
|
Arrow-buffer |
47.0.0 |
Apache-2.0 |
Buffer abstractions for Apache Arrow. |
|
Arrow-schema |
42.0.0 |
Apache-2.0 |
Defines the logical types for arrow arrays. |
|
Arrow-schema |
47.0.0 |
Apache-2.0 |
Defines the logical types for arrow arrays. |
|
Async-recursion |
1.0.5 |
Apache-2.0 OR MIT |
Recursion for async functions. |
|
Autotls |
0.0.5 |
MIT |
Support Let’s Encrypt for a Go server application. |
|
Avatica-server |
1.20.0 |
Apache-2.0 |
https://github.com/apache/calcite-avatica/tree/rel/avatica-1.20.0/server |
JDBC server. |
AWS SDK for the Go programming language |
1.44.35 |
Apache-2.0 |
AWS SDK for the Go programming language. |
|
AWS SDK for the Go programming language V2 |
1.22.1 |
Apache-2.0 |
AWS SDK for the Go programming language. |
|
AWS SDK for the Go programming language V2 Secrets Manager |
1.23.0 |
Apache-2.0 |
AWS SDK for the Go programming language. |
|
aws-glue-datacatalog-client-common |
3.4.0 |
Apache-2.0 |
The AWS Glue Data Catalog is a fully managed, Apache Hive Metastore compatible, metadata repository. |
|
aws-glue-datacatalog-hive3-client |
3.4.0 |
Apache-2.0 |
The AWS Glue Data Catalog is a fully managed, Apache Hive Metastore compatible, metadata repository. |
|
aws-java-sdk-core |
1.12.31 |
Apache-2.0 |
https://github.com/aws/aws-sdk-java/tree/1.12.31/aws-java-sdk-core |
The AWS SDK for Java - Core module holds the classes that are used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes. |
aws-java-sdk-dynamodb |
1.12.237 |
Apache-2.0 |
https://github.com/aws/aws-sdk-java/tree/1.12.237/aws-java-sdk-dynamodb |
The AWS Java SDK for Amazon DynamoDB module holds the client classes that are used for communicating with Amazon DynamoDB Service. |
aws-java-sdk-glue |
1.12.237 |
Apache-2.0 |
https://github.com/aws/aws-sdk-java/tree/1.12.237/aws-java-sdk-glue |
The AWS Java SDK for AWS Glue module holds the client classes that are used for communicating with AWS Glue Service. |
aws-java-sdk-glue |
1.12.31 |
Apache-2.0 |
https://github.com/aws/aws-sdk-java/tree/1.12.31/aws-java-sdk-glue |
The AWS Java SDK for AWS Glue module holds the client classes that are used for communicating with AWS Glue Service. |
aws-java-sdk-s3 |
1.12.237 |
Apache-2.0 |
https://github.com/aws/aws-sdk-java/tree/1.12.237/aws-java-sdk-s3 |
The AWS Java SDK for Amazon S3 module holds the client classes that are used for communicating with Amazon Simple Storage Service. |
aws-sdk-java |
2.20.152 |
Apache-2.0 |
The Amazon Web Services SDK for Java provides Java APIs for building software on AWS’ cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon’s infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc). |
|
Backtrace |
0.3.69 |
Apache-2.0 OR MIT |
A library to acquire a stack trace (backtrace) at runtime in a Rust program. |
|
Bindgen |
0.64.0 |
BSD-3-Clause |
Automatically generates Rust FFI bindings to C and C++ libraries. |
|
Bindgen |
0.68.1 |
BSD-3-Clause |
Automatically generates Rust FFI bindings to C and C++ libraries. |
|
Bitflags |
1.3.2 |
Apache-2.0 OR MIT |
A macro to generate structures which behave like bitflags. |
|
Bitflags |
2.4.0 |
Apache-2.0 OR MIT |
A macro to generate structures which behave like bitflags. |
|
Byteorder |
1.4.3 |
MIT OR Unlicense |
Library for reading/writing numbers in big-endian and little-endian. |
|
Bytes |
1.5.0 |
MIT |
Types and traits for working with bytes. |
|
Caffeine |
3.1.8 |
Apache-2.0 |
A high performance caching library. |
|
Calcite-core |
1.30.0 |
Apache-2.0 |
Core Calcite APIs and engine. |
|
Calcite-plus |
1.30.0 |
Apache-2.0 |
Calcite test utils. |
|
Calcite-server |
1.30.0 |
Apache-2.0 |
https://github.com/apache/calcite/tree/calcite-1.30.0/server |
Calcite Server. |
Calcite-testkit |
1.30.0 |
Apache-2.0 |
https://github.com/apache/calcite/tree/calcite-1.30.0/testkit |
Test utils. |
Cargo |
0.68.0 |
Apache-2.0 OR MIT |
Cargo, a package manager for Rust. |
|
CC |
1.0.83 |
Apache-2.0 OR MIT |
A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. |
|
Cfg-if |
1.0.0 |
Apache-2.0 OR MIT |
A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. |
|
Checker-qual |
1.8.1 |
The MIT License |
https://github.com/typetools/checker-framework/tree/master/checker-qual |
Checker-qual contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework. |
Chrono |
0.4.31 |
Apache-2.0 OR MIT |
Date and time library for Rust. |
|
Clap |
2.34.0 |
MIT |
A simple to use, efficient, and full-featured Command Line Argument Parser. |
|
Clap |
3.2.25 |
Apache-2.0 OR MIT |
A simple to use, efficient, and full-featured Command Line Argument Parser. |
|
Clap |
4.4.5 |
Apache-2.0 OR MIT |
A simple to use, efficient, and full-featured Command Line Argument Parser. |
|
Cobra |
1.4.0 |
Apache-2.0 |
A Commander for modern Go CLI interactions. |
|
Colored |
2.0.4 |
MPL-2.0 |
The most simple way to add colors in your terminal. |
|
Commons-codec |
1.9 |
Apache-2.0 |
The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. |
|
Commons-io |
2.13.0 |
Apache-2.0 |
https://github.com/apache/commons-io/tree/rel/commons-io-2.13.0 |
The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more. |
Commons-io |
2.6 |
Apache-2.0 |
The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more. |
|
Commons-lang3 |
3.11 |
Apache-2.0 |
https://github.com/apache/commons-lang/tree/rel/commons-lang-3.11 |
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang’s hierarchy, or are considered to be so standard as to justify existence in java.lang. |
Confluent Kafka Golang client |
1.9.2 |
Apache-2.0 |
Confluent’s Apache Kafka Golang client. |
|
Core_affinity |
0.8.1 |
Apache-2.0 OR MIT |
Manages CPU affinities. |
|
Criterion |
0.4.0 |
Apache-2.0 OR MIT |
Statistics-driven micro-benchmarking library. |
|
Crossbeam |
0.8.2 |
Apache-2.0 OR MIT |
Tools for concurrent programming. |
|
CSV |
1.2.2 |
MIT OR Unlicense |
Fast CSV parsing with support for serde. |
|
Cxx |
1.0.107 |
Apache-2.0 OR MIT |
Safe interop between Rust and C++. |
|
Cxx-build |
1.0.107 |
Apache-2.0 OR MIT |
C++ code generator for integrating cxx crate into a Cargo build. |
|
Default-env |
0.1.1 |
MIT |
The env! macro but with a default value. |
|
Delta-standalone_2.13 |
3.0.0rc1 |
Apache-2.0 |
https://github.com/delta-io/delta/tree/v3.0.0rc1/connectors/standalone/ |
delta-standalone. |
Delta-storage-s3-dynamodb |
3.1.0 |
Apache-2.0 |
https://github.com/delta-io/delta/tree/v3.1.0/storage-s3-dynamodb |
delta-storage-s3-dynamodb. |
Der |
0.7.8 |
Apache-2.0 OR MIT |
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets. |
|
EKSCTL |
0.105.0 |
Apache-2.0 |
The official CLI for Amazon EKS. |
|
Fast-math |
0.1.1 |
Apache-2.0 OR MIT |
Fast, approximate versions of mathematical functions. |
|
Futures |
0.3.28 |
Apache-2.0 OR MIT |
An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. |
|
Gin |
1.8.1 |
MIT |
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin. |
|
Go Commons Lang |
0.0.0-202002 08220349- 58e9fcb95174 |
MIT |
go-commons-lang. |
|
Go cryptography libraries |
0.14.0 |
BSD-3-Clause |
supplementary Go cryptography libraries. |
|
Go OIDC library |
3.1.0 |
Apache-2.0 |
A Go OpenID Connect client. |
|
Go-graphql-client |
0.8.0 |
BSD-3-Clause |
Package graphql provides a GraphQL client implementation. |
|
Go-mpatch |
1.0.7 |
MIT |
Go library for monkey patching. |
|
Golang-jwt/jwt |
3.2.2+incompatible |
MIT |
Go implementation of JSON Web Tokens (JWT). |
|
GORM Postrges |
1.5.4 |
MIT |
GORM PostgreSQL driver. |
|
GORM-The ORM toolkit for GO |
1.25.5 |
MIT |
The ORM library for Golang. |
|
Gosaml2 |
0.9.1 |
BSD-2-Clause |
Pure Go implementation of SAML 2.0 |
|
Goxmldsig |
1.3.0 |
BSD-2-Clause |
Pure Go implementation of XML Digital Signatures. |
|
Grafana |
8.4.7 |
GNU Affero General Public License v3.0 |
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more. |
|
Guava |
21 |
Apache-2.0 |
Guava is a suite of core and expanded libraries that include utility classes, Google’s collections, I/O classes, and much more. |
|
Hadoop-aws |
3.3.6 |
Apache-2.0 |
https://github.com/apache/hadoop/tree/rel/release-3.3.6/hadoop-tools/hadoop-aws |
This module contains code to support integration with Amazon Web Services. It also declares the dependencies needed to work with AWS services. |
Hadoop-aws |
3.3.6 |
Apache-2.0 |
https://github.com/apache/hadoop/tree/rel/release-3.3.6/hadoop-tools/hadoop-aws |
This module contains code to support integration with Amazon Web Services. It also declares the dependencies needed to work with AWS services. |
Hadoop-client |
3.3.6 |
Apache-2.0 |
https://github.com/apache/hadoop/tree/rel/release-3.3.6/hadoop-client-modules/hadoop-client |
Apache Hadoop Client aggregation pom with dependencies exposed. |
Hadoop-client |
3.3.6 |
Apache-2.0 |
https://github.com/apache/hadoop/tree/rel/release-3.3.6/hadoop-client-modules/hadoop-client |
Apache Hadoop Client aggregation pom with dependencies exposed. |
Hamcrest-core |
1.3 |
New BSD License |
https://github.com/hamcrest/JavaHamcrest/tree/hamcrest-java-1.3/hamcrest-core/ |
This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations. |
Hamcrest-library |
1.3 |
New BSD License |
https://github.com/hamcrest/JavaHamcrest/tree/hamcrest-java-1.3/hamcrest-library/ |
Test hamcrest framwork lib. |
Hive-exec |
3.1.0 |
Apache-2.0 |
Hive |
|
Hive-metastore |
3.1.0 |
Apache-2.0 |
https://github.com/apache/hive/tree/rel/release-3.1.0/metastore |
Hive Metastore |
Jackson-annotations |
2.13.2 |
Apache-2.0 |
https://github.com/FasterXML/jackson-annotations/tree/jackson-annotations-2.13.2 |
Core annotations used for value types, used by Jackson data binding package. |
Jackson-annotations |
2.13.0 |
Apache-2.0 |
https://github.com/FasterXML/jackson-annotations/tree/jackson-annotations-2.13.0 |
Core annotations used for value types, used by Jackson data binding package. |
Jackson-core |
2.13.2 |
Apache-2.0 |
https://github.com/FasterXML/jackson-core/tree/jackson-core-2.13.2 |
Core Jackson processing abstractions (aka Streaming API), implementation for JSON. |
Jackson-core |
2.13.0 |
Apache-2.0 |
https://github.com/FasterXML/jackson-core/tree/jackson-core-2.13.0 |
Core Jackson processing abstractions (aka Streaming API), implementation for JSON. |
Jackson-databind |
2.13.2 |
Apache-2.0 |
https://github.com/FasterXML/jackson-databind/tree/jackson-databind-2.13.2 |
General data-binding functionality for Jackson: works on core streaming API. |
Jackson-databind |
2.13.0 |
Apache-2.0 |
https://github.com/FasterXML/jackson-databind/tree/jackson-databind-2.13.0 |
General data-binding functionality for Jackson: works on core streaming API. |
Jackson-dataformat-yaml |
2.13.2 |
Apache-2.0 |
https://github.com/FasterXML/jackson-dataformats-text/tree/jackson-dataformats-text-2.13.2/yaml |
Support for reading and writing YAML-encoded data via Jackson abstractions. |
Jsonassert |
1.5.1 |
Apache-2.0 |
https://github.com/skyscreamer/JSONassert/tree/jsonassert-1.5.1 |
Testing lib for easy json assertations. |
Junit-jupiter |
5.8.2 |
Apache-2.0 |
https://github.com/junit-team/junit5/tree/r5.8.2/junit-jupiter |
Testing platform. |
Junit-jupiter-api |
5.9.0 |
Apache-2.0 |
https://github.com/junit-team/junit5/tree/r5.9.0/junit-jupiter-api |
Testing framework. |
Junit-jupiter-params |
5.9.0 |
Apache-2.0 |
https://github.com/junit-team/junit5/tree/r5.9.0/junit-jupiter-params |
Testing framework. |
Junit-vintage-engine |
5.9.0 |
Apache-2.0 |
https://github.com/junit-team/junit5/tree/r5.9.0/junit-vintage-engine |
Testing framework. |
Kubelet |
0.21.2 |
Apache-2.0 |
kubelet component configs. |
|
Kubernetes |
1.19.5 |
Apache-2.0 |
Production-Grade Container Scheduling and Management. |
|
Kubernetes API machinery |
0.23.5 |
Apache-2.0 |
Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects. |
|
Kubernetes API Serve |
0.21.2 |
Apache-2.0 |
Library for writing a Kubernetes-style API server. |
|
Kubernetes API Server Aggregator |
0.21.2 |
Apache-2.0 |
Aggregator for Kubernetes-style API servers: dynamic registration, discovery summarization, secure proxy. |
|
Kubernetes API Server for Custom Resource Definitions (CRDs) |
0.21.2 |
Apache-2.0 |
API server for API extensions like CustomResourceDefinitions. |
|
Kubernetes CLI Runtime |
0.21.2 |
Apache-2.0 |
Set of helpers for creating kubectl commands and plugins. |
|
Kubernetes Client-go |
0.23.5 |
Apache-2.0 |
Go client for Kubernetes. |
|
Kubernetes Cloud |
0.21.2 |
ISC |
cloud-provider defines the shared interfaces which Kubernetes cloud providers implement. These interfaces allow various controllers to integrate with any cloud provider in a pluggable fashion. Also serves as an issue tracker for SIG Cloud Provider. |
|
Kubernetes Cluster Bootstrap |
0.21.2 |
Apache-2.0 |
Set of constants and helpers in support of https://github.com/kubernetes/community/blob/master/contributors/design-proposals/cluster-lifecycle/bootstrap-discovery.md |
|
Kubernetes Code Generator |
0.21.2 |
Apache-2.0 |
Generators for kube-like API types. |
|
Kubernetes Component Base |
0.21.2 |
Apache-2.0 |
Shared code for kubernetes core components. |
|
Kubernetes Container Runtime Interface (CRI) |
0.21.2 |
Apache-2.0 |
Container Runtime Interface (CRI) – a plugin interface which enables kubelet to use a wide variety of container runtimes. |
|
Kubernetes Controller Manager |
0.21.2 |
Apache-2.0 |
kube-controller-manager component configs. |
|
Kubernetes CSI |
0.21.2 |
Apache-2.0 |
Staging repo for CSI Migration/Translation libraries. |
|
Kubernetes kubectl |
0.21.2 |
Apache-2.0 |
Issue tracker and mirror of kubectl code. |
|
Kubernetes Legacy Cloud Providers |
0.21.2 |
Apache-2.0 |
This repository hosts the legacy in-tree cloud providers. Out-of-tree cloud providers can consume packages in this repo to support legacy implementations of their Kubernetes cloud provider. |
|
Kubernetes Metrics |
0.21.2 |
Apache-2.0 |
Kubernetes metrics-related API types and clients. |
|
Kubernetes Proxy |
0.21.2 |
Apache-2.0 |
kube-proxy component configs. |
|
Kubernetes Sample API Server |
0.21.2 |
Apache-2.0 |
Reference implementation of an apiserver for a custom Kubernetes API. |
|
Kubernetes Scheduler |
0.21.2 |
Apache-2.0 |
kube-scheduler component configs. |
|
Lazy_static |
0.2.11 |
Apache-2.0 OR MIT |
A macro for declaring lazily evaluated statics in Rust. |
|
Lazy_static |
1.4.0 |
Apache-2.0 OR MIT |
A macro for declaring lazily evaluated statics in Rust. |
|
Libc |
0.2.148 |
Apache-2.0 OR MIT |
Raw FFI bindings to platform libraries like libc. |
|
Libpq |
3.1.0 |
MIT |
Safe binding for libpq. |
|
Llvm-sys |
160.1.3 |
MIT |
Bindings to LLVM’s C API. |
|
Log |
0.3.9 |
Apache-2.0 OR MIT |
A lightweight logging facade for Rust. |
|
Log |
0.4.20 |
Apache-2.0 OR MIT |
A lightweight logging facade for Rust. |
|
Log4j-core |
2.11.0 |
Apache-2.0 |
https://github.com/apache/logging-log4j2/tree/rel/2.11.0/log4j-core |
Logging framework. |
Log4j-slf4j-impl |
2.11.0 |
Apache-2.0 |
https://github.com/apache/logging-log4j2/tree/rel/2.11.0/log4j-slf4j-impl |
Logging framework. |
Logback-classic |
1.1.3 |
Eclipse Public License - v 1.0,GNU Lesser General Public License |
logback-classic module. |
|
Logback-core |
1.1.3 |
Eclipse Public License - v 1.0,GNU Lesser General Public License |
logback-core module. |
|
Logback-jackson |
0.1.5 |
Apache-2.0 |
https://github.com/qos-ch/logback-contrib/tree/v_0.1.5/jackson |
JSON Parsing. |
Logback-json-classic |
0.1.5 |
Apache-2.0 |
https://github.com/qos-ch/logback-contrib/tree/v_0.1.5/json/classic |
JSON Parsing. |
Md5 |
0.7.0 |
Apache-2.0 OR MIT |
The package provides the MD5 hash function. |
|
Mockito-core |
1.10.19 |
The MIT License |
https://github.com/scopt/scopt/tree/v4.1.0/shared/src/main/scala/scopt |
Command line parser. |
Moka |
0.12.1 |
Apache-2.0 OR MIT |
A fast and concurrent cache library inspired by Java Caffeine. |
|
Nix |
0.26.4 |
MIT |
Rust friendly bindings to *nix APIs. |
|
Nom |
5.1.3 |
MIT |
A byte-oriented, zero-copy, parser combinators library. |
|
Nom |
7.1.3 |
MIT |
A byte-oriented, zero-copy, parser combinators library. |
|
Oauth2 |
0.0.0-202210 14153046 -6fdb5e3db783 |
BSD-3-Clause |
oauth2 package contains a client implementation for OAuth 2.0 spec. |
|
Once_cell |
1.18.0 |
Apache-2.0 OR MIT |
Single assignment cells and lazy values. |
|
Opentable-rust |
0.5.1 |
NA |
Rust programming Language. |
|
Parking_lot |
0.12.1 |
Apache-2.0 OR MIT |
More compact and efficient implementations of the standard synchronization primitives. |
|
Parquet |
42.0.0 |
Apache-2.0 |
Apache Parquet implementation in Rust. |
|
Parquet |
47.0.0 |
Apache-2.0 |
Apache Parquet implementation in Rust. |
|
Parquet-format |
4.0.0 |
Apache-2.0 |
Apache Parquet Format - thrift definition and generated Rust file. |
|
Paste |
1.0.14 |
Apache-2.0 OR MIT |
Macros for all your token pasting needs. |
|
Pem |
3.0.3 |
MIT |
Parse and encode PEM-encoded data. |
|
Percent-encoding |
2.3.0 |
Apache-2.0 OR MIT |
Percent encoding and decoding. |
|
Proc-macro2 |
0.4.30 |
Apache-2.0 OR MIT |
A stable implementation of the upcoming new proc_macro API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API. |
|
Proc-macro2 |
1.0.74 |
Apache-2.0 OR MIT |
A substitute implementation of the compiler’s proc_macro API to decouple token-based libraries from the procedural macro use case. |
|
Prometheus |
0.13.3 |
Apache-2.0 |
Prometheus instrumentation library for Rust applications. |
|
Prometheus |
2.46.0 |
Apache-2.0 |
The Prometheus monitoring system and time series database. |
|
Ptree |
0.4.0 |
Apache-2.0 OR MIT |
Pretty-print tree-like structures. |
|
Quote |
0.6.13 |
Apache-2.0 OR MIT |
Quasi-quoting macro quote!(…). |
|
Quote |
1.0.35 |
Apache-2.0 OR MIT |
Quasi-quoting macro quote!(…). |
|
Rand |
0.8.5 |
Apache-2.0 OR MIT |
Random number generators and other randomness functionality. |
|
Regex |
1.9.5 |
Apache-2.0 OR MIT |
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. |
|
Rmp-serde |
1.1.2 |
MIT |
Serde bindings for RMP. |
|
Rusqlite |
0.27.0 |
MIT |
Ergonomic wrapper for SQLite. |
|
Scala-library |
2.13.8 |
Apache-2.0 |
Standard library for the Scala Programming Language. |
|
Schemars |
0.8.16 |
MIT |
Generate JSON Schemas from Rust code. |
|
Scopt_3 |
4.1.0 |
MIT |
https://github.com/scopt/scopt/tree/v4.1.0/shared/src/main/scala/scopt |
a command line options parsing library. |
Serde |
0.8.23 |
Apache-2.0 OR MIT |
A generic serialization/deserialization framework. |
|
Serde |
1.0.188 |
Apache-2.0 OR MIT |
A generic serialization/deserialization framework. |
|
Serde_json |
1.0.107 |
Apache-2.0 OR MIT |
A JSON serialization file format. |
|
Serde_xml |
0.9.1 |
NA |
xml support for rust-serde. |
|
Serde_yaml |
0.8.26 |
Apache-2.0 OR MIT |
YAML support for Serde. |
|
Serde-value |
0.7.0 |
MIT |
Serialization value trees. |
|
Serde-value |
0.7.0 |
MIT |
Serialization value trees. |
|
Slf4j-api |
1.7.36 |
MIT License |
The slf4j API. |
|
Smithy code generators for Go |
1.16.0 |
Apache-2.0 |
Smithy code generators for Go (in development). |
|
Static_assertions |
1.1.0 |
Apache-2.0 OR MIT |
Compile-time assertions to ensure that invariants are met. |
|
Syn |
0.15.44 |
Apache-2.0 OR MIT |
Parser for Rust source code. |
|
Syn |
1.0.109 |
Apache-2.0 OR MIT |
Parser for Rust source code. |
|
Syn |
2.0.46 |
Apache-2.0 OR MIT |
Parser for Rust source code. |
|
Sysinfo |
0.19.2 |
MIT |
Library to get system information such as processes, processors, disks, components and networks. |
|
Sysinfo |
0.23.13 |
MIT |
Library to get system information such as processes, processors, disks, components and networks. |
|
Tempfile |
3.8.0 |
Apache-2.0 OR MIT |
A library for managing temporary files and directories. |
|
Testify |
1.8.1 |
MIT |
A toolkit with common assertions and mocks that plays nicely with the standard library. |
|
Text_io |
0.1.12 |
Apache-2.0 OR MIT |
really simple to use panicking input functions. |
|
Thread_local |
1.1.7 |
Apache-2.0 OR MIT |
Per-object thread-local storage. |
|
Thrift |
0.13.0 |
Apache-2.0 |
Rust bindings for the Apache Thrift RPC system. |
|
Thrift |
0.17.0 |
Apache-2.0 |
Rust bindings for the Apache Thrift RPC system. |
|
Tiny_http |
0.12.0 |
Apache-2.0 OR MIT |
Low level HTTP server library. |
|
Tokio |
1.32.0 |
MIT |
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. |
|
Tpcds |
1.2 |
Apache-2.0 |
Java based generator for TPC-DS data. |
|
Ttl_cache |
0.5.1 |
Apache-2.0 OR MIT |
A cache that will expire values after a TTL. |
|
Uuid |
1.6.1 |
Apache-2.0 OR MIT |
A library to generate and parse UUIDs. |
|
Uuid |
1.3.0 |
BSD-3-Clause |
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. |
|
Vergen |
5.1.17 |
Apache-2.0 OR MIT |
Generate ‘cargo:rustc-env’ instructions via ‘build.rs’ for use in your code via the env! macro. |
|
Viper |
1.15.0 |
BSD-3-Clause |
Go configuration with fangs. |
|
Walkdir |
2.4.0 |
MIT OR Unlicense |
Recursively walk a directory. |
|
Xxhash-rust |
0.8.7 |
BSL-1.0 |
Implementation of xxhash. |
|
Yaml |
1.0.0-201409 24161607 -9f9df34309c0 |
LGPL-3.0 |
The yaml package enables Go programs to comfortably encode and decode YAML values. |
|
Zap |
1.21.0 |
MIT |
Fast, structured, leveled logging in Go. |
|
Zetasketch |
0.1.0 |
Apache-2.0 |
A collection of libraries for single-pass, distributed, sublinear-space approximate aggregation and sketching algorithms. |