# 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 = "nxe" version = "0.0.6" description = "nxe is a simple tool to track episodic content on the internet." readme = "Readme.md" license = "MIT" [profile.dist] lto = "thin" inherits = "release" [dependencies.crossterm] version = "0.26" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.ratatui] version = "0.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tui-input] version = "0.7"