102 breaking releases

new 0.106.0 Apr 16, 2024
0.104.0 Apr 1, 2024
0.103.0 Mar 19, 2024
0.99.0 Dec 29, 2023
0.6.0 Mar 23, 2021

#2416 in Cryptography

Download history 129/week @ 2023-12-22 159/week @ 2023-12-29 149/week @ 2024-01-05 92/week @ 2024-01-12 24/week @ 2024-01-19 17/week @ 2024-01-26 7/week @ 2024-02-02 33/week @ 2024-02-09 681/week @ 2024-02-16 161/week @ 2024-02-23 265/week @ 2024-03-01 86/week @ 2024-03-08 231/week @ 2024-03-15 75/week @ 2024-03-22 432/week @ 2024-03-29 249/week @ 2024-04-05

991 downloads per month
Used in 27 crates

Apache-2.0

265KB
6K SLoC

ockam_core

crate docs license discuss

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.106.0"

License

This code is licensed under the terms of the Apache License 2.0.

Dependencies

~4–18MB
~216K SLoC