-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bokdeuk Jeong <bd.jeong@samsung.com>
- Loading branch information
1 parent
fc91388
commit 0d10706
Showing
2 changed files
with
95 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
## Islet RMM dependencies | ||
| Name | Type | License | URL | | ||
|-----------------------|------------|---------------------------|----------------------------------------------------------------| | ||
| bitflags | runtime | MIT/Apache-2.0 | https://github.com/bitflags/bitflags | | ||
| cc | build time | MIT OR Apache-2.0 | https://github.com/rust-lang/cc-rs | | ||
| ciborium | runtime | Apache-2.0 | https://github.com/enarx/ciborium | | ||
| coset | runtime | Apache-2.0 | https://github.com/google/coset | | ||
| ecdsa | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/signatures/tree/master/ecdsa | | ||
| hashbrown | runtime | MIT OR Apache-2.0 | https://github.com/rust-lang/hashbrown | | ||
| hex | runtime | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex | | ||
| lazy_static | runtime | MIT/Apache-2.0 | https://github.com/rust-lang-nursery/lazy-static.rs | | ||
| linked_list_allocator | runtime | Apache-2.0/MIT | https://github.com/phil-opp/linked-list-allocator | | ||
| lock_api | runtime | MIT OR Apache-2.0 | https://github.com/Amanieu/parking_lot | | ||
| log | runtime | MIT OR Apache-2.0 | https://github.com/rust-lang/log | | ||
| p384 | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 | | ||
| sha2 | runtime | MIT OR Apache-2.0 | https://github.com/RustCrypto/hashes | | ||
| spin | runtime | MIT | https://github.com/mvdnes/spin-rs.git | | ||
| spinning_top | runtime | MIT/Apache-2.0 | https://github.com/rust-osdev/spinning_top | | ||
| tinyvec | runtime | Zlib OR Apache-2.0 OR MIT | https://github.com/Lokathor/tinyvec | | ||
| Name | Build time | Runtime | License | URL | | ||
| --------------------- | :----------------: | :----------------: | ------------------------- | -------------------------------------------------------------- | | ||
| bitflags | :heavy_check_mark: | :heavy_check_mark: | MIT/Apache-2.0 | https://github.com/bitflags/bitflags | | ||
| cc | :heavy_check_mark: | | MIT OR Apache-2.0 | https://github.com/rust-lang/cc-rs | | ||
| ciborium | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 | https://github.com/enarx/ciborium | | ||
| coset | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 | https://github.com/google/coset | | ||
| ecdsa | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/signatures/tree/master/ecdsa | | ||
| hashbrown | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/rust-lang/hashbrown | | ||
| hex | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex | | ||
| lazy_static | :heavy_check_mark: | :heavy_check_mark: | MIT/Apache-2.0 | https://github.com/rust-lang-nursery/lazy-static.rs | | ||
| linked_list_allocator | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0/MIT | https://github.com/phil-opp/linked-list-allocator | | ||
| lock_api | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/Amanieu/parking_lot | | ||
| log | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/rust-lang/log | | ||
| p384 | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 | | ||
| sha2 | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/RustCrypto/hashes | | ||
| spin | :heavy_check_mark: | :heavy_check_mark: | MIT | https://github.com/mvdnes/spin-rs.git | | ||
| spinning_top | :heavy_check_mark: | :heavy_check_mark: | MIT/Apache-2.0 | https://github.com/rust-osdev/spinning_top | | ||
| tinyvec | :heavy_check_mark: | :heavy_check_mark: | Zlib OR Apache-2.0 OR MIT | https://github.com/Lokathor/tinyvec | | ||
|
||
## Islet SDK dependencies | ||
| Name | Type | License | URL | | ||
| -------- | ---------- | ----------------- | -------------------------------------------------------------- | | ||
| bincode | runtime | MIT | https://github.com/servo/bincode | | ||
| cbindgen | build time | MPL-2.0 | https://github.com/eqrion/cbindgen | | ||
| cfg_if | build time | MIT/Apache-2.0 | https://github.com/alexcrichton/cfg-if | | ||
| ciborium | runtime | Apache-2.0 | https://github.com/enarx/ciborium | | ||
| coset | runtime | Apache-2.0 | https://github.com/google/coset | | ||
| hex | runtime | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex | | ||
| minicbor | runtime | BlueOak-1.0.0 | https://gitlab.com/twittner/minicbor | | ||
| nix | runtime | MIT | https://github.com/nix-rust/nix | | ||
| p256 | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p256 | | ||
| p384 | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 | | ||
| rand | runtime | MIT OR Apache-2.0 | https://github.com/rust-random/rand | | ||
| rsa | runtime | MIT OR Apache-2.0 | https://github.com/RustCrypto/RSA | | ||
| serde | runtime | MIT OR Apache-2.0 | https://github.com/serde-rs/serde | | ||
| Name | Build time | Runtime | License | URL | | ||
| -------- | :----------------: | :----------------: | ----------------- | -------------------------------------------------------------- | | ||
| bincode | :heavy_check_mark: | :heavy_check_mark: | MIT | https://github.com/servo/bincode | | ||
| cbindgen | :heavy_check_mark: | | MPL-2.0 | https://github.com/eqrion/cbindgen | | ||
| cfg_if | :heavy_check_mark: | | MIT/Apache-2.0 | https://github.com/alexcrichton/cfg-if | | ||
| ciborium | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 | https://github.com/enarx/ciborium | | ||
| coset | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 | https://github.com/google/coset | | ||
| hex | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex | | ||
| minicbor | :heavy_check_mark: | :heavy_check_mark: | BlueOak-1.0.0 | https://gitlab.com/twittner/minicbor | | ||
| nix | :heavy_check_mark: | :heavy_check_mark: | MIT | https://github.com/nix-rust/nix | | ||
| p256 | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p256 | | ||
| p384 | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 | | ||
| rand | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/rust-random/rand | | ||
| rsa | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/RustCrypto/RSA | | ||
| serde | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/serde-rs/serde | | ||
|
||
|
||
## Islet HES dependencies | ||
| Name | Type | License | URL | | ||
|----------------|---------|---------------------------|-----------------------------------------------------------------| | ||
| aes | runtime | MIT OR Apache-2.0 | https://github.com/RustCrypto/block-ciphers | | ||
| ciborium | runtime | Apache-2.0 | https://github.com/enarx/ciborium | | ||
| clap | runtime | MIT OR Apache-2.0 | https://github.com/clap-rs/clap | | ||
| coset | runtime | Apache-2.0 | https://github.com/google/coset | | ||
| daemonize | runtime | MIT OR Apache-2.0 | https://github.com/knsd/daemonize | | ||
| ecdsa | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/signatures/tree/master/ecdsa | | ||
| elliptic-curve | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits/tree/master/elliptic-curve | | ||
| hex | runtime | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex | | ||
| hkdf | runtime | MIT OR Apache-2.0 | https://github.com/RustCrypto/KDFs/ | | ||
| p256 | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p256 | | ||
| p384 | runtime | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 | | ||
| sha2 | runtime | MIT OR Apache-2.0 | https://github.com/RustCrypto/hashes | | ||
| tinyvec | runtime | Zlib OR Apache-2.0 OR MIT | https://github.com/Lokathor/tinyvec | | ||
| Name | Build time | Runtime | License | URL | | ||
| -------------- | :----------------: | :----------------: | ------------------------- | ----------------------------------------------------------------| | ||
| aes | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/RustCrypto/block-ciphers | | ||
| ciborium | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 | https://github.com/enarx/ciborium | | ||
| clap | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/clap-rs/clap | | ||
| coset | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 | https://github.com/google/coset | | ||
| daemonize | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/knsd/daemonize | | ||
| ecdsa | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/signatures/tree/master/ecdsa | | ||
| elliptic-curve | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits/tree/master/elliptic-curve | | ||
| hex | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/KokaKiwi/rust-hex | | ||
| hkdf | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/RustCrypto/KDFs/ | | ||
| p256 | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p256 | | ||
| p384 | :heavy_check_mark: | :heavy_check_mark: | Apache-2.0 OR MIT | https://github.com/RustCrypto/elliptic-curves/tree/master/p384 | | ||
| sha2 | :heavy_check_mark: | :heavy_check_mark: | MIT OR Apache-2.0 | https://github.com/RustCrypto/hashes | | ||
| tinyvec | :heavy_check_mark: | :heavy_check_mark: | Zlib OR Apache-2.0 OR MIT | https://github.com/Lokathor/tinyvec | |