# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "srm" version = "0.3.0" authors = ["Gregory Meyer "] description = "Shared-object Robot Messaging" readme = "README.md" license = "MIT" repository = "https://github.com/Gregory-Meyer/srm" [dependencies.capnp] version = "^0.9.4" [dependencies.crossbeam] version = "^0.7.1" [dependencies.ctrlc] version = "^3.1.1" [dependencies.hashbrown] version = "^0.1.8" [dependencies.humantime] version = "^1.2.0" [dependencies.libc] version = "^0.2.48" [dependencies.libloading] version = "^0.5.0" [dependencies.lock_api] version = "^0.1.5" [dependencies.log] version = "^0.4.6" features = ["std"] [dependencies.parking_lot] version = "^0.7.1" [dependencies.rayon] version = "^1.0.3" [dependencies.regex] version = "^1.1.2" [dependencies.serde] version = "^1.0.88" features = ["derive"] [dependencies.serde_yaml] version = "^0.8.8"