-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 652 Bytes
/
Cargo.toml
File metadata and controls
23 lines (20 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "sttp"
version = "0.1.0"
authors = ["Grid Protection Alliance"]
license = "MIT"
description = "Rust STTP/IEEE 2664 Implementation"
documentation = "https://sttp.github.io/rustapi/sttp/"
homepage = "https://github.com/sttp/rustapi"
repository = "https://github.com/sttp/rustapi"
keywords = ["sttp", "ieee2664", "protocol", "streaming", "synchrophasor"]
categories = ["network-programming"]
readme = "README.md"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "2.0.2"
chrono = "0.4.24"
uuid = "1.3.0"
[dev-dependencies]
lazy_static = "1.4.0"