# 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 = "termsnap" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create SVGs from terminal output" readme = "README.md" keywords = [ "terminal", "screenshot", "ansi", "svg", "vector-graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomcur/termsnap" [[bin]] name = "termsnap" path = "src/main.rs" [dependencies.alacritty_terminal] version = "0.24" [dependencies.anyhow] version = "1.0.86" [dependencies.arrayvec] version = "0.7.4" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.rustix] version = "0.38.34" features = [ "event", "fs", "termios", ] [dependencies.signal-hook] version = "0.3.17" [dependencies.termsnap-lib] version = "0.4.0"