# 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 = "annotate_celeste_map" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for rendering celeste maps, and overlaying recorded paths, lobby entrances etc." readme = false license = "MIT" repository = "https://github.com/jakobhellermann/celestetools" [lib] name = "annotate_celeste_map" path = "src/lib.rs" [[bin]] name = "annotate_celeste_map" path = "src/bin/annotate_celeste_map.rs" [[bin]] name = "wip" path = "src/bin/wip.rs" [dependencies.anyhow] version = "1.0" [dependencies.celestedebugrc] version = "0.4" [dependencies.celesteloader] version = "0.4" [dependencies.celesterender] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.csv] version = "1.3" [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.imageproc] version = "0.23" [dependencies.opener] version = "0.6" [dependencies.paris] version = "1.5" features = ["macros"] [dependencies.rusttype] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tiny-skia] version = "0.11"