# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stratos" version = "0.1.11" authors = ["Lennart Heinrich "] description = "Stratosphere balloon log analyzer" readme = "README.md" license = "ISC" repository = "https://github.com/ltheinrich/stratos" [package.metadata.deb] assets = [["target/release/stratos", "usr/bin/", "755"], ["deb/stratos.conf", "etc/stratos.conf", "644"], ["deb/stratos.service", "etc/systemd/system/stratos.service", "644"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]] conf-files = ["/etc/stratos.conf", "/etc/systemd/system/stratos.service"] depends = "rustc, cargo" extended-description = "Stratos analyzes the log file of stratosphere balloon flights" maintainer-scripts = "deb/" priority = "optional" section = "science" [profile.release] lto = true codegen-units = 1 [dependencies.kern] version = "1.1.6" [dependencies.lhi] version = "=0.0.0-dev.13" [dependencies.plotlib] version = "0.5.1"