# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "atomic-int" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80bcac3fc1638d751ce379d62cad36a8c57d2949fa642e5f1d39fc70327296fb" dependencies = [ "libc", ] [[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "filterm" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8695177b41dfc50e091dae6fc36de30a106781fdf082d13b5d7c9bff55cea498" dependencies = [ "atomic-int", "nix", ] [[package]] name = "libc" version = "0.2.148" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "monoterm" version = "0.1.7" dependencies = [ "filterm", ] [[package]] name = "nix" version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ "bitflags", "cfg-if", "libc", ]