# 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 = "gmt_dos-actors-clients_interface" version = "1.3.2" authors = ["Rod Conan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface" documentation = "https://docs.rs/gmt_dos-actors-clients_interface" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/dos-actors" [package.metadata.docs.rs] all-features = true [lib] name = "gmt_dos_actors_clients_interface" path = "src/lib.rs" [dependencies.bincode] version = "2.0.0-rc" optional = true [dependencies.dos-uid-derive] version = "5.0" [dependencies.log] version = "0.4.17" [dependencies.paris] version = "1.5.15" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] optional = true [dependencies.thiserror] version = "1.0" [features] filing = [ "serde", "bincode/serde", ]