[[bin]]
name = "nblm"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1.83"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5.49"
[dependencies.colored]
version = "3.0.0"
[dependencies.humantime]
version = "2.3.0"
[dependencies.mime_guess]
version = "2.0.5"
[dependencies.nblm-core]
version = "0.2.3"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12.24"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.time]
features = ["serde", "parsing", "formatting"]
version = "0.3"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.48.0"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "json"]
version = "0.3.20"
[dependencies.url]
version = "2.5.7"
[dependencies.urlencoding]
version = "2.1"
[dependencies.webbrowser]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0.17"
[dev-dependencies.insta]
features = ["json"]
version = "1.43.2"
[dev-dependencies.predicates]
version = "3.1.3"
[dev-dependencies.rstest]
version = "0.26.1"
[dev-dependencies.serial_test]
version = "3.2.0"
[dev-dependencies.tempfile]
version = "3.23.0"
[dev-dependencies.wiremock]
version = "0.6.5"
[package]
authors = ["K-dash"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Command-line interface for NotebookLM Enterprise API"
edition = "2021"
homepage = "https://github.com/K-dash/nblm-rs"
keywords = ["notebooklm", "cli", "google-cloud", "gemini"]
license = "MIT"
name = "nblm-cli"
readme = "README.md"
repository = "https://github.com/K-dash/nblm-rs"
version = "0.2.3"
[[test]]
name = "audio_delete"
path = "tests/audio_delete.rs"
[[test]]
name = "doctor"
path = "tests/doctor.rs"
[[test]]
name = "errors_retry"
path = "tests/errors_retry.rs"
[[test]]
name = "json_output"
path = "tests/json_output.rs"
[[test]]
name = "notebooks_create"
path = "tests/notebooks_create.rs"
[[test]]
name = "notebooks_delete"
path = "tests/notebooks_delete.rs"
[[test]]
name = "notebooks_recent"
path = "tests/notebooks_recent.rs"
[[test]]
name = "sources_add"
path = "tests/sources_add.rs"
[[test]]
name = "sources_delete"
path = "tests/sources_delete.rs"
[[test]]
name = "sources_get"
path = "tests/sources_get.rs"
[[test]]
name = "sources_upload"
path = "tests/sources_upload.rs"