73 breaking releases
new 0.77.0 | Mar 28, 2023 |
---|---|
0.75.0 | Feb 24, 2023 |
0.71.0 | Nov 9, 2022 |
0.61.0 | Jul 18, 2022 |
0.6.0 | Mar 23, 2021 |
#73 in Cryptography
339 downloads per month
Used in 24 crates
210KB
4.5K
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.
Usage
Add this to your Cargo.toml
:
[dependencies]
ockam_core = "0.77.0"
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 = "0.77.0" , 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
.
License
This code is licensed under the terms of the Apache License 2.0.
Dependencies
~3–5.5MB
~115K SLoC