-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
executable file
·20 lines (18 loc) · 858 Bytes
/
Cargo.toml
File metadata and controls
executable file
·20 lines (18 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "lib_rapid"
version = "0.7.0"
authors = ["Maximilian 'NervousNullPtr' Schleicher <[email protected]>", "Toby 'Pencilcaseman' Davis <[email protected]>"]
license = "MIT"
description = "LibRapid - a library specifically built for mathematical calculations and scientific applications."
homepage = "http://librapid.org"
repository = "https://github.com/LibRapid/LibRapidRust"
readme = "readme.md"
keywords = ["math", "scientific", "beta", "computerscience", "compsci"]
categories = ["mathematics", "science", "compression", "algorithms"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bit-vec = "0.8"
bincode = "1.3.3"
serde = { version = "1.0.217", features = ["derive"] }
chrono = "0.4.39"