scale_std 0.1.2

datastructures and algorithms to be run on the SCALE engine
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "scale_std"
version = "0.1.2"
authors = ["Oliver Scherer <oliver.scherer@cosmian.com>", "Nigel P. Smart", "Benjamin Coenen <benjamin.coenen@cosmian.com>"]
edition = "2018"
description = "datastructures and algorithms to be run on the SCALE engine"
license-file = "../../License.txt"
repository = "https://github.com/KULeuven-COSIC/SCALE-MAMBA"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
scale = { package = "scale-core", version = "0.1.2", path = "../scale" }

[features]
emulate = [ "scale/emulate" ]

[workspace]