# 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 = "satellite" version = "0.1.2" authors = ["Yu Peng <1196194875@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modular set of functions for SGP4 and SDP4 propagation of TLEs." readme = "README.md" license = "MIT" repository = "https://github.com/njueyupeng/satellite" [profile.release] opt-level = "z" [lib] name = "satellite" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "satellite" path = "src/main.rs" [[test]] name = "sgp4Catalog_test" path = "tests/sgp4Catalog_test.rs" [dependencies.chrono] version = "0.4.38" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.1" [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2.84" [dev-dependencies.wasm-bindgen-test] version = "0.3.34"