[package]
edition = "2021"
name = "libnewsboat"
version = "2.38.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility libraries used by Newsboat reader"
homepage = "https://github.com/newsboat/newsboat"
readme = "README.md"
license = "MIT"
repository = "https://github.com/exaroth/libnewsboat-crates.io"
[lib]
name = "libnewsboat"
path = "src/lib.rs"
[[bin]]
name = "lock-process"
path = "src/bin/lock-process.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_cache_file"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_cache_file.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_config_file"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_config_file.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_exportfile"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_exportfile.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_importfile"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_importfile.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_logfile"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_logfile.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_opmlfile"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_opmlfile.rs"
[[test]]
name = "cliargsparser_resolves_tilde_to_homedir_in_urlfile"
path = "tests/cliargsparser_resolves_tilde_to_homedir_in_urlfile.rs"
[[test]]
name = "configpaths_01"
path = "tests/configpaths_01.rs"
[[test]]
name = "configpaths_02"
path = "tests/configpaths_02.rs"
[[test]]
name = "configpaths_03"
path = "tests/configpaths_03.rs"
[[test]]
name = "configpaths_04"
path = "tests/configpaths_04.rs"
[[test]]
name = "configpaths_05"
path = "tests/configpaths_05.rs"
[[test]]
name = "configpaths_06"
path = "tests/configpaths_06.rs"
[[test]]
name = "configpaths_07"
path = "tests/configpaths_07.rs"
[[test]]
name = "configpaths_08"
path = "tests/configpaths_08.rs"
[[test]]
name = "configpaths_09"
path = "tests/configpaths_09.rs"
[[test]]
name = "configpaths_10"
path = "tests/configpaths_10.rs"
[[test]]
name = "configpaths_11"
path = "tests/configpaths_11.rs"
[[test]]
name = "configpaths_12"
path = "tests/configpaths_12.rs"
[[test]]
name = "configpaths_13"
path = "tests/configpaths_13.rs"
[[test]]
name = "configpaths_14"
path = "tests/configpaths_14.rs"
[[test]]
name = "configpaths_15"
path = "tests/configpaths_15.rs"
[[test]]
name = "configpaths_16"
path = "tests/configpaths_16.rs"
[[test]]
name = "configpaths_17"
path = "tests/configpaths_17.rs"
[[test]]
name = "fslock"
path = "tests/fslock.rs"
[[test]]
name = "get_default_browser"
path = "tests/get_default_browser.rs"
[[test]]
name = "getcwd_returns_an_error_if_current_directory_doesnt_exist"
path = "tests/getcwd_returns_an_error_if_current_directory_doesnt_exist.rs"
[[test]]
name = "getcwd_returns_non-empty_string"
path = "tests/getcwd_returns_non-empty_string.rs"
[[test]]
name = "getcwd_value_depends_on_current_directory"
path = "tests/getcwd_value_depends_on_current_directory.rs"
[[test]]
name = "global_logger_creates_logfile"
path = "tests/global_logger_creates_logfile.rs"
[[test]]
name = "locale_to_utf8_converts_text_from_the_locale_encoding_to_utf8"
path = "tests/locale_to_utf8_converts_text_from_the_locale_encoding_to_utf8.rs"
[[test]]
name = "log_macro_works"
path = "tests/log_macro_works.rs"
[[test]]
name = "resolve_tilde"
path = "tests/resolve_tilde.rs"
[[test]]
name = "run_program_works_for_large_inputs"
path = "tests/run_program_works_for_large_inputs.rs"
[[test]]
name = "scopemeasure_dropping_writes_a_line_to_the_log"
path = "tests/scopemeasure_dropping_writes_a_line_to_the_log.rs"
[[test]]
name = "scopemeasure_stopover_adds_an_extra_line_to_the_log_upon_each_call"
path = "tests/scopemeasure_stopover_adds_an_extra_line_to_the_log_upon_each_call.rs"
[[test]]
name = "utf8_to_locale_01"
path = "tests/utf8_to_locale_01.rs"
[[test]]
name = "utf8_to_locale_02"
path = "tests/utf8_to_locale_02.rs"
[dependencies.backtrace]
version = "= 0.3"
[dependencies.chrono]
version = "0.4.39"
[dependencies.curl-sys]
version = "0.4.78"
default-features = false
[dependencies.fastrand]
version = "2.3.0"
[dependencies.gettext-rs]
version = "0.7.2"
features = ["gettext-system"]
[dependencies.lexopt]
version = "0.3.0"
[dependencies.libc]
version = "0.2"
[dependencies.md5]
version = "0.7.0"
[dependencies.natord]
version = "1.0.9"
[dependencies.nom]
version = "7"
[dependencies.percent-encoding]
version = "2.3.1"
[dependencies.regex-rs]
version = "0.1.0"
[dependencies.strprintf]
version = "0.1.0"
[dependencies.unicode-segmentation]
version = "1.12.0"
[dependencies.unicode-width]
version = "0.2.0"
[dependencies.url]
version = "2.5.4"
[dependencies.xdg]
version = "2.5.2"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.section_testing]
version = "0.0.5"
[dev-dependencies.tempfile]
version = "3"