licenses.dev

winpty-rs v1.0.2

Create and spawn processes inside a pseudoterminal in Windows

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.9.4A macro to generate structures which behave like bitflags. DIRECT0
crossbeam-channel • 0.5.15Multi-producer multi-consumer channels for message passingDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
glob • 0.3.3Support for matching file paths against Unix shell style patterns. DIRECT0
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
proc-macro2 • 1.0.101A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
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. DIRECT3
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
windows-bindgen • 0.62.1Code generator for Windows metadataDIRECT12
windows-collections • 0.2.0Windows collection typesINDIRECT10
windows-core • 0.61.2Core type support for COM and WindowsDIRECT9
windows-future • 0.2.1Windows async typesINDIRECT11
windows-implement • 0.60.0The implement macro for the windows crateINDIRECT4
windows-interface • 0.59.1The interface macro for the windows crateINDIRECT4
windows-link • 0.1.3Linking for WindowsDIRECT0
windows-numerics • 0.2.0Windows numeric typesINDIRECT10
windows-result • 0.3.4Windows error handlingINDIRECT1
windows-strings • 0.4.2Windows string typesDIRECT1
windows-threading • 0.1.0Windows threadingINDIRECT1
windows • 0.61.3Rust for WindowsDIRECT14
MIT2
PackageRelationDependenciesPublished
enum-primitive-derive • 0.3.0enum_primitive implementation using procedural macros to have a custom deriveDIRECT6
which • 8.0.0A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.DIRECT0
MIT OR Unlicense2
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
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.19Determine 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/winpty-rs)](https://licenses.dev/cargo/winpty-rs)
<a href="https://licenses.dev/cargo/winpty-rs">
  <img src="https://licenses.dev/b/cargo/winpty-rs" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.2 version:

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