| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" |
| dependencies = [ |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "ittapi" |
| version = "0.4.0" |
| dependencies = [ |
| "anyhow", |
| "ittapi-sys", |
| "log", |
| ] |
| |
| [[package]] |
| name = "ittapi-integration-test" |
| version = "0.1.0" |
| dependencies = [ |
| "ittapi", |
| ] |
| |
| [[package]] |
| name = "ittapi-sys" |
| version = "0.4.0" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |