Crates.io | melodium-repository |
lib.rs | melodium-repository |
version | 0.8.0 |
source | src |
created_at | 2023-07-13 13:09:07.085752 |
updated_at | 2024-05-02 15:08:37.926125 |
description | Repository managment crate for Mélodium, with dependency resolution and retrieval |
homepage | https://melodium.tech |
repository | https://gitlab.com/melodium/melodium |
max_upload_size | |
id | 915306 |
size | 115,627 |
Mélodium repository utilities.
This crate provides repository logic for the Mélodium environment.
Look at the Mélodium crate or the Mélodium Project for more detailed information.
network
(disabled by default): allow network access to retrieve packages;cargo
(disabled by default): allow to extract package informations from Cargo.toml
files.This crate uses different security implementations depending on platform it is built for.
When built for apple
targets, it uses the native system TLS implementation.
When build for Windows systems with msvc
target, it uses the MS TLS implementation.
For all other targets, rustls
is used.
Only applicable when network
feature is enabled.