licenses.dev

cargo-apk v0.3.1

Helps cargo build APKs

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT89
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
bitflags • 0.9.1A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
cargo • 0.20.0Cargo, a package manager for Rust. DIRECT115
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
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
crates-io • 0.9.0Helpers for interacting with crates.io INDIRECT50
crossbeam • 0.2.12Tools for concurrent programmingINDIRECT0
env_logger • 0.4.3A logging implementation for `log` which is configured via an environment variable. INDIRECT10
error-chain • 0.10.0Yet another error boilerplate library.INDIRECT12
filetime • 0.1.15Platform-agnostic accessors of timestamps in File metadata INDIRECT3
filetime • 0.2.25Platform-agnostic accessors of timestamps in File metadata INDIRECT15
flate2 • 0.2.20DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
fs2 • 0.4.3Cross-platform file locks and file duplication.INDIRECT4
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
git2-curl • 0.7.0Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate. INDIRECT38
git2 • 0.6.11Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories. INDIRECT31
glob • 0.2.11Support for matching file paths against Unix shell style patterns. INDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
idna • 0.1.5IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT5
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libgit2-sys • 0.6.19Native bindings to the libgit2 libraryINDIRECT20
libssh2-sys • 0.2.23Native bindings to the libssh2 libraryINDIRECT7
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).INDIRECT5
log • 0.3.9A lightweight logging facade for Rust INDIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
miniz-sys • 0.1.12Bindings to the miniz.c library. INDIRECT3
miow • 0.2.2A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT10
net2 • 0.2.39Extensions to the standard library's networking types as proposed in RFC 1158. INDIRECT5
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
openssl-probe • 0.1.5Tool for helping to find SSL certificate locations on the system for OpenSSL INDIRECT0
percent-encoding • 1.0.1Percent encoding and decodingINDIRECT0
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
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.4.6Random number generators and other randomness functionality. INDIRECT8
regex-syntax • 0.5.6A regular expression parser.INDIRECT1
regex • 0.2.11An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT7
remove_dir_all • 0.5.3A safe, reliable implementation of remove_dir_all for WindowsINDIRECT3
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. DIRECT0
scoped-tls • 0.1.2Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.7.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT7
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_ignored • 0.0.3Find out about keys that are ignored when deserializing dataINDIRECT6
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shell-escape • 0.1.5Escape characters that may have a special meaning in a shellINDIRECT0
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
syn • 2.0.56Parser for Rust source codeINDIRECT3
tar • 0.4.42A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. INDIRECT16
tempdir • 0.3.7A library for managing a temporary directory and deleting all contents when it's dropped. INDIRECT10
term • 0.4.6A terminal formatting library DIRECT3
thread_local • 0.3.6Per-object thread-local storageINDIRECT1
toml • 0.1.30A 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. DIRECT1
toml • 0.4.10A 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
ucd-util • 0.1.10A small utility library for working with the Unicode character database. 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
url • 1.7.2URL library for Rust, based on the WHATWG URL StandardINDIRECT7
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
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
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
MIT15
PackageRelationDependenciesPublished
advapi32-sys • 0.2.0Contains function definitions for the Windows API library advapi32. See winapi for types and constants.INDIRECT2
curl-sys • 0.4.77+curl-8.10.1Native bindings to the libcurl libraryINDIRECT17
curl • 0.4.47Rust bindings to libcurl for making HTTP requestsINDIRECT22
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
libredox • 0.1.3Redox stable ABIINDIRECT3
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT5
psapi-sys • 0.1.1Contains function definitions for the Windows API library psapi. See winapi for types and constants.INDIRECT2
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
schannel • 0.1.26Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
strsim • 0.6.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
ws2_32-sys • 0.2.1Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.INDIRECT2
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.6.10Fast multiple substring searching.INDIRECT1
docopt • 0.7.0Command line argument parsing.INDIRECT11
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
utf8-ranges • 1.0.5DEPRECATED. Use regex-syntax::utf8 submodule instead.INDIRECT0
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
openssl • 0.9.24OpenSSL bindingsINDIRECT10
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.1 version:

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