licenses.dev

ainoio-agent v2.1.0

Aino.io agent

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT100
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.1.31A 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. INDIRECT1
cfg-if • 0.1.10A 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. INDIRECT0
cfg-if • 1.0.0A 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. INDIRECT0
config • 0.10.1Layered configuration system for Rust applications.DIRECT32
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
ctor • 0.1.26__attribute__((constructor)) for RustINDIRECT4
dtoa • 0.4.8Fast floating point primitive to string conversionINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
futures-channel-preview • 0.3.0-alpha.19Channels for asynchronous communication using futures-rs. INDIRECT2
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core-preview • 0.3.0-alpha.19The core traits and types in for the `futures` library. INDIRECT0
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor-preview • 0.3.0-alpha.19Executors for asynchronous tasks based on the futures-rs library. INDIRECT26
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io-preview • 0.3.0-alpha.19The `AsyncRead` and `AsyncWrite` traits for the futures-rs library. INDIRECT0
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-preview • 0.3.0-alpha.19An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT27
futures-sink-preview • 0.3.0-alpha.19The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util-preview • 0.3.0-alpha.19Common utilities and extension traits for the futures-rs library. INDIRECT23
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT0
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT17
heck • 0.3.3heck is a case conversion library.INDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
http • 0.1.21A set of types for representing HTTP requests and responses. INDIRECT6
idna • 0.5.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT4
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
itoa • 0.4.8Fast integer primitive to string conversionINDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.72Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT17
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
lexical-core • 0.7.6Lexical, to- and from-string conversion routines.INDIRECT5
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libnghttp2-sys • 0.1.10+1.61.0FFI bindings for libnghttp2 (nghttp2) INDIRECT3
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).INDIRECT5
linked-hash-map • 0.3.0A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT2
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
log • 0.4.17A lightweight logging facade for Rust INDIRECT8
mime • 0.3.17Strongly Typed MimesINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
openssl-probe • 0.1.5Tool for helping to find SSL certificate locations on the system for OpenSSL INDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]DIRECT4
serde_json • 1.0.132A JSON serialization file formatDIRECT9
serde_test • 0.8.23Token De/Serializer for testing De/Serialize implementationsINDIRECT1
serde_urlencoded • 0.6.1`x-www-form-urlencoded` meets SerdeINDIRECT16
serde • 0.8.23A generic serialization/deserialization frameworkINDIRECT0
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
socket2 • 0.5.7Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
surf • 1.0.3Surf the web - HTTP client frameworkDIRECT89
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
unicase • 2.8.0A case-insensitive wrapper around strings.INDIRECT0
unicode-bidi • 0.3.17Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
url • 2.5.2URL library for Rust, based on the WHATWG URL StandardINDIRECT7
value-bag • 1.0.0-alpha.9Anonymous structured valuesINDIRECT6
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT13
wasm-bindgen-futures • 0.3.27Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT36
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT14
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT15
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. INDIRECT16
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT18
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
MIT15
PackageRelationDependenciesPublished
bytes • 0.4.12Types and traits for working with bytesINDIRECT3
curl-sys • 0.4.77+curl-8.10.1Native bindings to the libcurl libraryINDIRECT18
curl • 0.4.47Rust bindings to libcurl for making HTTP requestsINDIRECT23
isahc • 0.7.6The practical HTTP client that is fun to use.INDIRECT55
mime_guess • 2.0.5A simple crate for detection of a file's MIME type by its extension.INDIRECT2
nom • 5.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT8
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT5
rust-ini • 0.13.0An Ini configuration file parsing library in RustINDIRECT0
schannel • 0.1.26Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
serde-hjson • 0.9.1Hjson serialization file formatINDIRECT11
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
sluice • 0.4.2Efficient ring buffer for byte buffers, FIFO queues, and SPSC channelsINDIRECT4
strum_macros • 0.18.0Helpful macros for working with enums and stringsDIRECT6
strum • 0.18.0Helpful macros for working with enums and stringsDIRECT0
tokio-io • 0.1.13Core I/O primitives for asynchronous I/O in Rust. INDIRECT14
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-channel • 0.3.9Multi-producer multi-consumer channels for message passingINDIRECT3
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/ainoio-agent)](https://licenses.dev/cargo/ainoio-agent)
<a href="https://licenses.dev/cargo/ainoio-agent">
  <img src="https://licenses.dev/b/cargo/ainoio-agent" alt="licenses" />
</a>

Or the licenses badge code for the 2.1.0 version:

[![licenses](https://licenses.dev/b/cargo/ainoio-agent/2.1.0)](https://licenses.dev/cargo/ainoio-agent/2.1.0)
<a href="https://licenses.dev/cargo/ainoio-agent/2.1.0">
  <img src="https://licenses.dev/b/cargo/ainoio-agent/2.1.0" alt="licenses" />
</a>
GitHub