# 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 = "starstuff-types" version = "0.1.9" exclude = ["data/*"] description = "A simple star catalog parser and primitive types for star coordinates and astronomical times." homepage = "https://github.com/maxb2/starstuff-types" readme = "README.md" license = "MIT" repository = "https://github.com/maxb2/starstuff-types" [dependencies.assert_float_eq] version = "1" [dependencies.auto_ops] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.unicode-segmentation] version = "1.11.0"