# 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 = "termal_core" version = "1.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library contains implementation for the termal library" homepage = "https://github.com/BonnyAD9/termal" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/BonnyAD9/termal" [lib] name = "termal_core" path = "src/lib.rs" [dependencies.bitflags] version = "2.4.2" [dependencies.libc] version = "0.2.153" [dependencies.litrs] version = "0.4.1" [dependencies.place_macro] version = "1.0.0" [dependencies.proc-macro2] version = "1.0.78" [dependencies.thiserror] version = "1.0.56"