summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-03-08refactor: use internal committed memory calculation for Windows (#1051)Clement Tsang
2023-03-07refactor: more data collection cleanup (#1047)Clement Tsang
2023-03-04re-enable zfs feature (#1044)Justin Martin
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang
2023-03-02deps: bump procfs to 0.15.1 (#1038)Clement Tsang
2023-03-02refactor: migrate CPU from heim to sysinfo for all platforms (#1035)Clement Tsang
2023-03-01other: switch to toml_edit (#1034)Clement Tsang
2023-02-28deps: bump crossterm to 0.26.1 (#1033)Clement Tsang
2023-02-27deps: bump nvml to 0.9.0 (#1032)Clement Tsang
2023-02-27deps: bump patch dependency versions as of 2023-02-26 (#1031)Clement Tsang
2023-02-19other: support hw.temperature-based temps on FreeBSD (#1024)Clement Tsang
2023-02-08other: add no-opt and flamegraph build profiles for convenience (#1014)Clement Tsang
2023-02-07other: compile dependencies in dev with optimizationsClementTsang
2023-01-31other: replace deprecated `value_of` and `is_present` in clapspital
2023-01-24other: bump to 0.8.1 for nightly (#1002)Clement Tsang
2023-01-24other: run cargo sort on Cargo.toml (#1001)Clement Tsang
2023-01-20other: bump to 0.8.0ClementTsang
2023-01-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
2023-01-18other: bump edition to 2021 (#987)Clement Tsang
2023-01-18other: fix missing memory feature for heim on linux (#986)Clement Tsang
2023-01-18other: switch to windows-rs for process killing (#985)Clement Tsang
2023-01-14deps: update more dependencies as of 2022-01-14 (#982)Clement Tsang
2023-01-14deps: update regex to 1.7.1 (#981)Clement Tsang
2023-01-14deps: updates unicode deps to support unicode 15 (#980)Clement Tsang
2023-01-14deps: updates some minor deps as of 2023-01-14 (#979)Clement Tsang
2023-01-14deps: update indexmap to 1.9.2 (#978)Clement Tsang
2023-01-14deps: update procfs to 0.14.2 (#977)Clement Tsang
2023-01-12other: bump up version in Cargo.toml to 0.7.2ClementTsang
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
2022-12-31uptick: 0.7.0 (#940)Clement Tsang
2022-12-30other: use custom time chart grid implementation (#937)Clement Tsang
2022-11-29other: slightly reduce the CPU time spent for draws (#918)Clement Tsang
2022-11-21other: don't use manual map for color name mapping (#908)Clement Tsang
2022-11-20other: update Debian extended descriptionClementTsang
2022-11-20other: clean up some strings (#904)Clement Tsang
2022-11-20other: some cleanup in proc widget (#903)Clement Tsang
2022-11-17bug: redirect stderr on FreeBSD to avoid drawing on UI (#897)Clement Tsang
2022-11-13deps: update sysctl to 0.5.2, procfs to 0.14.1 (#894)Clement Tsang
2022-11-13other: remove flume (#893)Clement Tsang
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-10other: try using flume for channel (#884)Clement Tsang
2022-11-08deps: Update tui to 0.19.0 and crossterm to 0.25.0 (#878)Clement Tsang
2022-11-06ci: rename deployment folder to scripts (#873)Clement Tsang
2022-11-05deps: update nvml to 0.8.0 (#869)Clement Tsang
2022-11-05other: exclude more files in Cargo.tomlClementTsang
2022-11-04deps: update sysinfo to 0.26.7 (#867)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-10-11bug: add bindings to grab ppid in some cases on macos (#825)Clement Tsang
2022-10-07fix wrong unit being used for memory in sysinfo data (#824)Clement Tsang