[package] name = "helics" version = "0.1.0" authors = ["Dheepak Krishnamurthy "] edition = "2018" license-file = "LICENSE" keywords = ["cosimulation"] description = "helics.rs: Safe rust bindings to HELICS cosimulation library" homepage = "https://helics.org" repository = "https://github.com/GMLC-TDC/HELICS" documentation = "https://docs.helics.org" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] helics-sys = "0.1.0" libc = "0.2"