# 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 = "mount-ctrl" version = "1.0.0" authors = ["Rod Conan "] description = "Giant Magellan Telescope mount control system" documentation = "https://docs.rs/mount-ctrl" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/mount-ctrl" resolver = "2" [package.metadata.docs.rs] features = ["s1000d002"] [dependencies.paste] version = "1.0.6" [dependencies.sampling1000-damping002] version = "0.1.0" optional = true package = "mount-ctrl_sampling1000-damping002" [dependencies.sampling8000-damping0005] version = "0.1.0" optional = true package = "mount-ctrl_sampling8000-damping0005" [dependencies.simulink-binder] version = "0.1.1" [dependencies.thiserror] version = "1.0.31" [features] s1000d002 = ["sampling1000-damping002"] s8000d0005 = ["sampling8000-damping0005"]