[[bin]]
name = "sticks"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.dirs]
version = "5.0"
[dependencies.libc]
version = "0.2"
[dev-dependencies.serial_test]
version = "3.2"
[lib]
name = "sticks"
path = "src/lib.rs"
[package]
authors = ["mAmineChniti"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool for managing C and C++ projects"
documentation = "https://docs.rs/sticks"
edition = "2021"
license = "MIT"
name = "sticks"
readme = "README.md"
repository = "https://github.com/mAmineChniti/sticks"
version = "0.3.4"
[package.metadata.deb]
assets = [["target/release/sticks", "usr/bin/", "755"], ["README.md", "usr/share/doc/sticks/", "644"], ["LICENSE", "usr/share/doc/sticks/", "644"]]
copyright = "2023-2025 mAmineChniti <emin.chniti@esprit.tn>"
depends = "$auto, gcc"
extended-description = """
Sticks is a Rust command-line tool for managing C and C++ projects.
It simplifies the process of creating new projects and managing dependencies
in your Makefile with modern build practices."""
license-file = ["LICENSE", "0"]
maintainer = "mAmineChniti <emin.chniti@esprit.tn>"
name = "sticks"
priority = "optional"
section = "devel"
[[test]]
name = "build_systems_tests"
path = "tests/build_systems_tests.rs"
[[test]]
name = "dependencies_tests"
path = "tests/dependencies_tests.rs"
[[test]]
name = "features_tests"
path = "tests/features_tests.rs"
[[test]]
name = "file_handler_tests"
path = "tests/file_handler_tests.rs"
[[test]]
name = "interactive_tests"
path = "tests/interactive_tests.rs"
[[test]]
name = "languages_tests"
path = "tests/languages_tests.rs"
[[test]]
name = "package_managers_tests"
path = "tests/package_managers_tests.rs"
[[test]]
name = "project_tests"
path = "tests/project_tests.rs"
[[test]]
name = "sources_tests"
path = "tests/sources_tests.rs"
[[test]]
name = "templates_tests"
path = "tests/templates_tests.rs"
[[test]]
name = "updater_tests"
path = "tests/updater_tests.rs"