You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maintainer of atty has published an official notice that the crate is no longer
under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait.
Alternative(s)
std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
is-terminal - Standalone crate supporting Rust older than 1.70.0
$ cargo tree -i atty
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"`in the workspace root's manifestnote: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
atty v0.2.14
└── criterion v0.4.0
[dev-dependencies]
└── wnfs-bench v0.2.0 (/home/philipp/program/work/rs-wnfs/wnfs-bench)
atty
0.2.14
The maintainer of
atty
has published an official notice that the crate is no longerunder development, and that users should instead rely on the functionality in the standard library's
IsTerminal
trait.Alternative(s)
atty
maintainer.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: