115 breaking releases
new 0.119.0 | Oct 23, 2024 |
---|---|
0.117.0 | Sep 24, 2024 |
0.113.0 | Jul 30, 2024 |
0.103.0 | Mar 19, 2024 |
0.6.0 | Mar 23, 2021 |
#2626 in Cryptography
794 downloads per month
Used in 27 crates
270KB
6K
SLoC
ockam_core
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate contains the core types of the Ockam library and is intended for use by crates that provide features and add-ons to the main Ockam library.
The main Ockam crate re-exports types defined in this crate.
Crate Features
The ockam_core
crate has a Cargo feature named "std"
that is enabled by
default. In order to use this crate in a no_std
context this feature can
be disabled as follows
[dependencies]
ockam_core = { version = "<current version>" , default-features = false }
Please note that Cargo features are unioned across the entire dependency
graph of a project. If any other crate you depend on has not opted out of
ockam_core
default features, Cargo will build ockam_core
with the std
feature enabled whether or not your direct dependency on ockam_core
has default-features = false
.
Usage
Add this to your Cargo.toml
:
[dependencies]
ockam_core = "0.119.0"
License
This code is licensed under the terms of the Apache License 2.0.
Dependencies
~3–15MB
~199K SLoC