# 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 = "2018" name = "light-curve-dmdt-exec" version = "0.6.1" authors = ["Konstantin Malanchev "] description = "Program for dm-dt maps generator from light curves" readme = "README.md" license = "MIT" repository = "https://github.com/light-curve/light-curve-dmdt" [profile.release] lto = true codegen-units = 1 [[bin]] name = "dmdt" path = "light-curve-dmdt-exec/main.rs" [dependencies.clap] version = "4" features = [ "cargo", "wrap_help", ] [dependencies.enumflags2] version = "0.7" [dependencies.light-curve-dmdt] version = "0.7.0" features = ["png"] [dependencies.thiserror] version = "1"