licenses.dev

scintilla-sys v5.5.7

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 MIT95
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT10
bitflags • 2.9.1A macro to generate structures which behave like bitflags. INDIRECT0
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-expr • 0.11.0A parser and evaluator for Rust `cfg()` expressions.INDIRECT1
cfg-if • 1.0.1A 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.15.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
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.INDIRECT18
field-offset • 0.3.6Safe pointer-to-member implementationINDIRECT4
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT11
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-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT10
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.5.2Hermit system calls definitions.INDIRECT0
humantime • 1.3.0 A parser and formatter for std::time::{Duration, SystemTime} INDIRECT1
indexmap • 2.10.0A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.DIRECT0
log • 0.4.27A lightweight logging facade for Rust INDIRECT0
num_cpus • 1.17.0Get the number of CPUs on a machine.INDIRECT2
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
pathdiff • 0.1.0Library for diffing paths to obtain relative pathsINDIRECT0
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. DIRECT0
proc-macro-crate • 1.3.1Replacement for crate (macro_rules keyword) in proc-macros INDIRECT7
proc-macro-crate • 2.0.2Replacement for crate (macro_rules keyword) in proc-macros INDIRECT6
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.95A 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.40Quasi-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_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.25Rust 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
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shell-words • 0.1.0Process command line according to parsing rules of UNIX shellINDIRECT0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.104Parser for Rust source codeINDIRECT2
system-deps • 6.0.3Discover and configure system dependencies from declarative dependencies in Cargo.tomlINDIRECT12
term-painter • 0.2.4Coloring and formatting terminal outputINDIRECT4
term • 0.4.6A terminal formatting library INDIRECT3
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
toml_datetime • 0.6.3A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.15Yet another format-preserving TOML parser.INDIRECT5
toml_edit • 0.20.2Yet another format-preserving TOML parser.INDIRECT5
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
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
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.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
MIT35
PackageRelationDependenciesPublished
atk-sys • 0.18.2UNMAINTAINED FFI bindings to libatk-1INDIRECT16
atk • 0.18.2UNMAINTAINED Rust bindings for the ATK libraryINDIRECT48
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.18.5Rust bindings for the Cairo libraryINDIRECT48
cairo-sys-rs • 0.18.2FFI bindings to libcairoINDIRECT15
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.18.0FFI bindings to libgdk_pixbuf-2.0INDIRECT20
gdk-pixbuf • 0.18.5Rust bindings for the GdkPixbuf libraryINDIRECT50
gdk-sys • 0.18.2UNMAINTAINED FFI bindings to libgdk-3 (use gdk4-sys instead)INDIRECT23
gdk • 0.18.2UNMAINTAINED Rust bindings for the GDK 3 library (use gdk4 instead)INDIRECT56
gio-sys • 0.18.1FFI bindings to libgio-2.0INDIRECT19
gio • 0.18.4Rust bindings for the Gio libraryINDIRECT48
glib-macros • 0.18.5Rust bindings for the GLib library, proc macros crateINDIRECT16
glib-sys • 0.18.1FFI bindings to libglib-2.0DIRECT14
glib • 0.18.5Rust bindings for the GLib libraryDIRECT46
gobject-sys • 0.18.0FFI bindings to libgobject-2.0DIRECT15
gtk-sys • 0.18.2UNMAINTAINED FFI bindings to libgtk-3 (use gtk4-sys instead)DIRECT25
gtk • 0.18.2UNMAINTAINED Rust bindings for the GTK+ 3 library (use gtk4 instead)DIRECT68
gtk3-macros • 0.18.2UNMAINTAINED Rust bindings for the GTK 3 library (use gtk4-macros instead)INDIRECT16
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
memoffset • 0.9.1offset_of functionality for Rust structs.INDIRECT1
pango-sys • 0.18.0FFI bindings to libpango-1.0INDIRECT16
pango • 0.18.3Rust bindings for the Pango libraryINDIRECT50
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
slab • 0.4.10Pre-allocated storage for a uniform data typeINDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
version-compare • 0.1.1Rust library to easily compare version numbers with no specific format, and test against various comparison operators.INDIRECT0
vswhom-sys • 0.1.3Pure 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
winnow • 0.5.40A byte-oriented, zero-copy, parser combinators libraryINDIRECT0
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.5Provides 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.18Determine 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.20Fast 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 5.5.7 version:

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