# 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 = "tletools" version = "0.1.0" authors = ["Federico Stra "] description = "Library to work with two-line element set files" keywords = ["tle"] categories = ["aerospace", "aerospace::space-protocols", "parser-implementations", "science"] license = "MIT" repository = "https://github.com/FedericoStra/tletools-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [[bench]] name = "compare" harness = false [dependencies.nom] version = "7.1.0" optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.itertools] version = "0.10.3" [dev-dependencies.serde_json] version = "1.0.79" [dev-dependencies.sgp4] version = "0.5.0" [dev-dependencies.tle-parser] version = "0.1.3"