licenses.dev

scintilla-sys v4.0.9

Raw bindings to Scintilla Text Editor component

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT64
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. INDIRECT10
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
c_vec • 1.3.3Structures to wrap C arraysINDIRECT0
cc • 1.0.106A 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. DIRECT0
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
cpp_core • 0.6.0Utilities for interoperability with C++INDIRECT1
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.7.1A logging implementation for `log` which is configured via an environment variable. INDIRECT25
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.INDIRECT18
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
humantime • 1.3.0 A parser and formatter for std::time::{Duration, SystemTime} INDIRECT1
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. DIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
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
pathdiff • 0.1.0Library for diffing paths to obtain relative pathsINDIRECT0
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. DIRECT0
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
qt_core • 0.5.0Bindings for QtCore C++ libraryDIRECT73
qt_gui • 0.5.0Bindings for QtGui C++ libraryDIRECT74
qt_macros • 0.1.1Macros for QtINDIRECT5
qt_ritual_build • 0.5.0Build script implementation for Rust Qt cratesINDIRECT69
qt_ritual_common • 0.4.0Common utilities for generating and building Rust-Qt cratesINDIRECT47
qt_widgets • 0.5.0Bindings for QtWidgets C++ libraryDIRECT75
quick-error • 1.2.3 A macro which makes error types pleasant to write. INDIRECT0
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
ritual_build • 0.4.0Build script implementation for C++ library wrappersINDIRECT47
ritual_common • 0.4.0Common utilities for ritual and ritual_buildINDIRECT46
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shell-words • 0.1.0Process command line according to parsing rules of UNIX shellINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
term-painter • 0.2.4Coloring and formatting terminal outputINDIRECT4
term • 0.4.6A terminal formatting library INDIRECT3
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
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. 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.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT28
PackageRelationDependenciesPublished
atk-sys • 0.6.0FFI bindings to libatk-1INDIRECT5
atty • 0.2.14A simple interface for querying attyINDIRECT5
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
cairo-rs • 0.4.1Rust bindings for the Cairo libraryINDIRECT12
cairo-sys-rs • 0.6.0FFI bindings to libcairoINDIRECT5
embed-resource • 1.3.4A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginableDIRECT8
fs_extra • 1.1.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.DIRECT0
gdk-pixbuf-sys • 0.6.0FFI bindings to libgdk_pixbuf-2.0INDIRECT6
gdk-pixbuf • 0.4.0Rust bindings for the GdkPixbuf libraryINDIRECT10
gdk-sys • 0.6.0FFI bindings to libgdk-3INDIRECT12
gdk • 0.8.0Rust bindings for the GDK 3 libraryINDIRECT20
gio-sys • 0.6.0FFI bindings to libgio-2.0INDIRECT5
gio • 0.4.1Rust bindings for the Gio libraryINDIRECT8
glib-sys • 0.6.0FFI bindings to libglib-2.0DIRECT3
glib • 0.5.0Rust bindings for the GLib libraryDIRECT6
gobject-sys • 0.6.0FFI bindings to libgobject-2.0DIRECT4
gtk-sys • 0.6.0FFI bindings to libgtk-3DIRECT14
gtk • 0.4.1Rust bindings for the GTK+ 3 libraryDIRECT24
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
pango-sys • 0.6.0FFI bindings to libpango-1.0INDIRECT5
pango • 0.4.0Rust bindings for the Pango libraryINDIRECT8
qt_core_custom_events • 0.2.0Custom event-enabled QObject for usage with qt_core Rust bindings `https://github.com/rust-qt/cpp_to_rust`DIRECT74
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
vswhom-sys • 0.1.2Pure FFI to Jon Blow's VS discovery scriptINDIRECT2
vswhom • 0.1.0FFI to Jon Blow's VS discovery scriptINDIRECT3
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
winreg • 0.7.0Rust bindings to MS Windows Registry APIINDIRECT3
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
dunce • 1.0.5Normalize Windows paths to the most compatible format, avoiding UNC where possibleINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
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/scintilla-sys)](https://licenses.dev/cargo/scintilla-sys)
<a href="https://licenses.dev/cargo/scintilla-sys">
  <img src="https://licenses.dev/b/cargo/scintilla-sys" alt="licenses" />
</a>

Or the licenses badge code for the 4.0.9 version:

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