Files
@ 0a390cf3bd15
Branch filter:
Location: CSY/reowolf/Cargo.toml - annotation
0a390cf3bd15
855 B
text/plain
laying out communications with bitmatrix
06f259bf8031 06f259bf8031 9e51e6ec5cf6 1e885fa95b12 1e885fa95b12 1e885fa95b12 1e885fa95b12 06f259bf8031 06f259bf8031 06f259bf8031 79edbf0bebd7 06f259bf8031 1e885fa95b12 833d72fe1c06 06f259bf8031 06f259bf8031 06f259bf8031 1e885fa95b12 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 a226385adc2d 78de1ebfd99d 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 06f259bf8031 1e885fa95b12 | [package]
name = "reowolf_rs"
version = "0.1.1"
authors = [
"Christopher Esterhuyse <christopher.esterhuyse@gmail.com>",
"Hans-Dieter Hiep <hdh@cwi.nl>"
]
edition = "2018"
[dependencies]
# hibitset = "0.6.2"
# runtime stuff
derive_more = "0.99.2"
getrandom = "0.1.14" # tiny crate. used to guess controller-id
take_mut = "0.2.2"
maplit = "1.0.2" # convenience macros
indexmap = "1.3.0" # hashsets/hashmaps with efficient arbitrary element removal
# network stuff
integer-encoding = "1.0.7"
byteorder = "1.3.2"
mio = "0.6.21" # migrate to mio 0.7.0 when it stabilizes. It's much better.
mio-extras = "2.0.6"
# protocol stuff
id-arena = "2.2.1"
backtrace = "0.3"
[dev-dependencies]
test-generator = "0.3.0"
crossbeam-utils = "0.7.0"
lazy_static = "1.4.0"
[lib]
crate-type = ["cdylib"]
[features]
default = ["ffi"]
ffi = [] # no feature dependencies
|