# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "epics-ca" version = "0.1.2" authors = ["Alexey Gerasev "] exclude = ["/ioc"] description = "Client library for EPICS Channel Access protocol" homepage = "https://gitlab.com/agerasev/epics-ca" documentation = "https://docs.rs/epics-ca" readme = "README.md" keywords = [ "epics", "async", ] categories = [ "science", "network-programming", "api-bindings", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/agerasev/epics-ca.git" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.chrono] version = "0.4.23" features = ["std"] default-features = false [dependencies.derivative] version = "2.2.0" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.25" features = ["std"] default-features = false [dependencies.pin-project] version = "1.0.12" [dependencies.sys] version = "0.1" package = "epics-ca-sys" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.cstr] version = "0.2.11" [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.serial_test] version = "0.9.0"